Skip to content

Commit cd4df20

Browse files
authored
Merge pull request #229 from bcgov/fix/db-deployment-missing-namespace
fix: db deploy doesn't have namespace target
2 parents 90d3603 + f8a0d78 commit cd4df20

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

deploy.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ helm repo add cas-postgres https://bcgov.github.io/cas-postgres/
1111
helm repo update
1212

1313
helm upgrade --install \
14+
--namespace "$AIRFLOW_NAMESPACE_PREFIX-$ENVIRONMENT" \
1415
-f ./helm/cas-airflow-postgres-cluster/values.yaml \
1516
-f "./helm/cas-airflow/values-$ENVIRONMENT.yaml" \
1617
cas-airflow-db cas-postgres/cas-postgres-cluster

0 commit comments

Comments
 (0)