Loading .gitlab/ci/test.gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -207,6 +207,7 @@ test-install-postgres: CI_ENVIRONMENT_SLUG: production KUBE_NAMESPACE: default AUTO_DEVOPS_POSTGRES_CHANNEL: 2 POSTGRES_ENABLED: "true" POSTGRES_USER: user POSTGRES_PASSWORD: testing-password POSTGRES_DB: $CI_ENVIRONMENT_SLUG Loading src/bin/auto-deploy +3 −1 Original line number Diff line number Diff line Loading @@ -62,7 +62,9 @@ function download_chart() { function add_chart_repositories() { helm repo add stable https://charts.helm.sh/stable # bitnami repository is used for in-cluster PostgreSQL installation. if [[ "$POSTGRES_ENABLED" == "true" ]]; then helm repo add bitnami https://charts.bitnami.com/bitnami fi # Additionaly, users can specify their custom chart repository. add_custom_chart_repository } Loading Loading
.gitlab/ci/test.gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -207,6 +207,7 @@ test-install-postgres: CI_ENVIRONMENT_SLUG: production KUBE_NAMESPACE: default AUTO_DEVOPS_POSTGRES_CHANNEL: 2 POSTGRES_ENABLED: "true" POSTGRES_USER: user POSTGRES_PASSWORD: testing-password POSTGRES_DB: $CI_ENVIRONMENT_SLUG Loading
src/bin/auto-deploy +3 −1 Original line number Diff line number Diff line Loading @@ -62,7 +62,9 @@ function download_chart() { function add_chart_repositories() { helm repo add stable https://charts.helm.sh/stable # bitnami repository is used for in-cluster PostgreSQL installation. if [[ "$POSTGRES_ENABLED" == "true" ]]; then helm repo add bitnami https://charts.bitnami.com/bitnami fi # Additionaly, users can specify their custom chart repository. add_custom_chart_repository } Loading