This commit is contained in:
D4rk4 2020-08-02 01:08:39 +02:00
parent 990aa1df61
commit 0875c84796

View file

@ -51,7 +51,7 @@ InstallIngress () {
InstallApp () {
cd ${groot}
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 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)'