From 94bb3d2743f0841e18f7703d0d4f073a5aa60bbf Mon Sep 17 00:00:00 2001 From: LordMathis Date: Sat, 14 Sep 2024 23:40:25 +0200 Subject: [PATCH] Update flux path --- provisioning/cloud-init.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provisioning/cloud-init.yaml b/provisioning/cloud-init.yaml index 9e16a99..0ec3240 100644 --- a/provisioning/cloud-init.yaml +++ b/provisioning/cloud-init.yaml @@ -79,5 +79,5 @@ runcmd: - ./get_helm.sh # Install and bootstrap Flux - curl -s https://fluxcd.io/install.sh | bash - - su ${username} -c 'export GITHUB_TOKEN=${github_token} && flux bootstrap github --owner=${github_username} --repository=${github_repo} --personal' + - su ${username} -c 'export GITHUB_TOKEN=${github_token} && flux bootstrap github --owner=${github_username} --repository=${github_repo} --path=clusters/prod --personal' final_message: "The system is finally up, after $UPTIME seconds" \ No newline at end of file