Update flux path

This commit is contained in:
2024-09-14 23:40:25 +02:00
parent 47ed9791e6
commit 94bb3d2743

View File

@@ -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"