Change PRJ and cluster name
This commit is contained in:
parent
f0c077b5a5
commit
01181a2a70
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue