Allows extra arguments in helm commands for auto-deploying application
This commit is contained in:
parent
2daba22b12
commit
078302f470
1 changed files with 2 additions and 0 deletions
|
@ -394,6 +394,7 @@ rollout 100%:
|
|||
--set postgresql.postgresDatabase="$POSTGRES_DB" \
|
||||
--set postgresql.imageTag="$POSTGRES_VERSION" \
|
||||
--set application.initializeCommand="$DB_INITIALIZE" \
|
||||
$HELM_EXTRA_ARGS \
|
||||
--namespace="$KUBE_NAMESPACE" \
|
||||
"$name" \
|
||||
chart/
|
||||
|
@ -432,6 +433,7 @@ rollout 100%:
|
|||
--set postgresql.postgresPassword="$POSTGRES_PASSWORD" \
|
||||
--set postgresql.postgresDatabase="$POSTGRES_DB" \
|
||||
--set application.migrateCommand="$DB_MIGRATE" \
|
||||
$HELM_EXTRA_ARGS \
|
||||
--namespace="$KUBE_NAMESPACE" \
|
||||
"$name" \
|
||||
chart/
|
||||
|
|
Loading…
Reference in a new issue