fix
This commit is contained in:
parent
e9bbe2a143
commit
4d2cc36338
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue