Skip to content

Commit

Permalink
Merge pull request #17 from progress/kiranb-main
Browse files Browse the repository at this point in the history
Update official project name to be released. Also conditionally create postgres init sql script
  • Loading branch information
kiranbabuneela authored May 28, 2024
2 parents 821a5a8 + 0c1470b commit f5873d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:
strategy:
matrix:
project:
- './charts/BasicDeployment'
- './charts/LBDeployment'
- './charts/hybriddatapipeline'
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit f5873d6

Please sign in to comment.