From 235c387bf246f1afa767ea23c1c841df77d9d7cb Mon Sep 17 00:00:00 2001 From: Victor 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 0000000..29f0d6b --- /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