diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8f5d1f2..a5b632b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,8 +15,7 @@ jobs: strategy: matrix: project: - - './charts/BasicDeployment' - - './charts/LBDeployment' + - './charts/hybriddatapipeline' steps: - name: Checkout uses: actions/checkout@v3 diff --git a/charts/BasicDeployment/hdp-server-deploy/templates/postgres-init-sql.yaml b/charts/BasicDeployment/hdp-server-deploy/templates/postgres-init-sql.yaml index bf51702..bcfbdeb 100644 --- a/charts/BasicDeployment/hdp-server-deploy/templates/postgres-init-sql.yaml +++ b/charts/BasicDeployment/hdp-server-deploy/templates/postgres-init-sql.yaml @@ -1,6 +1,6 @@ -{{- if (.Values.postgres.enabled) }} # Creates the initial script to setup the PostgresSQL Database for HDP as an external Account Database # Expects the secrets to be created prior to setup the ConfigMap +{{- if (.Values.postgres.enabled) }} apiVersion: v1 kind: ConfigMap metadata: