From 4d2cc36338f1bc4be94410deac14b0b425c9aaf7 Mon Sep 17 00:00:00 2001 From: D4rk4 Date: Sat, 1 Aug 2020 23:39:49 +0200 Subject: [PATCH] fix --- contrib/firstboot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/firstboot.sh b/contrib/firstboot.sh index 8e21fc2..8013f88 100755 --- a/contrib/firstboot.sh +++ b/contrib/firstboot.sh @@ -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