From 50b14844f87c366f827f3de010ffa879aeaa5cff Mon Sep 17 00:00:00 2001 From: Vivian Roest Date: Mon, 15 Nov 2021 14:38:25 +0100 Subject: [PATCH] meta: add bootstrap script --- bootstrap.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 bootstrap.sh diff --git a/bootstrap.sh b/bootstrap.sh new file mode 100755 index 00000000..29f0d6be --- /dev/null +++ b/bootstrap.sh @@ -0,0 +1,2 @@ +#!/bin/sh +flux bootstrap git --url=ssh://git@git.xirion.net:2222/olympus/flux.git --branch=main --path=cluster/base/ --ssh-key-algorithm=ed25519 --components-extra=image-reflector-controller,image-automation-controller