fix
This commit is contained in:
parent
990aa1df61
commit
0875c84796
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ InstallIngress () {
|
||||||
InstallApp () {
|
InstallApp () {
|
||||||
cd ${groot}
|
cd ${groot}
|
||||||
export WERF_INSECURE_REGISTRY=true
|
export WERF_INSECURE_REGISTRY=true
|
||||||
export WERF_IMAGES_REPO='http://registry.k8s-demo.vm/gtd'
|
export WERF_IMAGES_REPO='http://registry.k8s-demo.ix.gs/gtd'
|
||||||
werf build --stages-storage :local && \
|
werf build --stages-storage :local && \
|
||||||
werf publish --stages-storage :local --tag-git-branch master && \
|
werf publish --stages-storage :local --tag-git-branch master && \
|
||||||
werf deploy --env production --set 'DBPwd=$(kubectl get secret db-postgresql -o jsonpath="{.data.postgresql-password}" | base64 --decode)'
|
werf deploy --env production --set 'DBPwd=$(kubectl get secret db-postgresql -o jsonpath="{.data.postgresql-password}" | base64 --decode)'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue