diff --git a/setup-cluster b/setup-cluster index 6d12e0d..1be56e8 100755 --- a/setup-cluster +++ b/setup-cluster @@ -6,7 +6,7 @@ set -o pipefail -PRJ="obch" +PRJ="flux" readonly PRJ USE_TF=0 readonly USE_TF @@ -140,7 +140,7 @@ ${FLUX_CMD} bootstrap gitea \ --owner="$GITEA_USER" \ --repository="$PRJ"-deploy \ --branch=main \ - --path=clusters/minikube \ + --path=clusters/dev \ --personal \ --read-write-key=true \ --private=false