Change PRJ and cluster name

This commit is contained in:
Björn Busse 2024-02-19 17:10:55 +01:00
parent f0c077b5a5
commit 01181a2a70
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
set -o pipefail set -o pipefail
PRJ="obch" PRJ="flux"
readonly PRJ readonly PRJ
USE_TF=0 USE_TF=0
readonly USE_TF readonly USE_TF
@ -140,7 +140,7 @@ ${FLUX_CMD} bootstrap gitea \
--owner="$GITEA_USER" \ --owner="$GITEA_USER" \
--repository="$PRJ"-deploy \ --repository="$PRJ"-deploy \
--branch=main \ --branch=main \
--path=clusters/minikube \ --path=clusters/dev \
--personal \ --personal \
--read-write-key=true \ --read-write-key=true \
--private=false --private=false