This commit is contained in:
D4rk4 2020-08-01 23:39:49 +02:00
parent e9bbe2a143
commit 4d2cc36338

View file

@ -52,7 +52,7 @@ InstallIngress () {
}
InstallApp () {
cd ${groot}
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)'
}
if [ ! -f ${bootflag} ]; then