diff --git a/deployment/deploy.sh b/deployment/deploy.sh index 2b164cc..3d52f99 100755 --- a/deployment/deploy.sh +++ b/deployment/deploy.sh @@ -39,9 +39,9 @@ kubectl create secret generic jupyter \ --dry-run=client \ -o yaml \ --save-config \ - --from-literal=PGHOST="$PGHOST" | \ - --from-literal=PGUSER="$PGUSER" | \ - --from-literal=PGPASSWORD="$PGPASSWORD" | \ + --from-literal=PGHOST="$PGHOST" \ + --from-literal=PGUSER="$PGUSER" \ + --from-literal=PGPASSWORD="$PGPASSWORD" \ --from-literal=PGSSLMODE="$PGSSLMODE" | \ kubectl apply -f - -n $NAMESPACE