Skip to content

Commit

Permalink
Moves init-sql-cm.yaml along with other config
Browse files Browse the repository at this point in the history
- Moving init-sql-cm.yaml
- Updating the values files with additional options
- Bumps version to 5.3.1-1
  • Loading branch information
Moumoutaru committed May 11, 2023
1 parent 892039a commit 39aba2e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion charts/crunchydata-pgo-db/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: crunchydata-pgo-db
description: Installer for PGO, the open source Postgres Operator from Crunchy Data
type: application
# The version below should match the version on the PostgresCluster CRD
version: 5.3.1
version: 5.3.1-1
appVersion: 5.3.1
4 changes: 4 additions & 0 deletions charts/crunchydata-pgo-db/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,10 @@ postgresVersion: 15
# databaseInitSQL:
# name: bootstrap-sql
# key: bootstrap.sql
# # If you specify the content key the chart will create a ConfigMap.
# content: |-
# \c awx
# GRANT CREATE ON SCHEMA public TO "awx";

# standby sets whether or not to run this as a standby cluster. Setting "enabled" to
# "true" eunables the standby cluster while "repoName" points to a pgBackRest
Expand Down
8 changes: 0 additions & 8 deletions charts/crunchydata-pgo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,3 @@ resources:
controller: {}
upgrade: {}

# On database creation, the init script will be run.
# databaseInitSQL:
# name: init-sql
# key: init.sql
# # If you specify the content key the chart will create a ConfigMap.
# content: |-
# \c awx
# GRANT CREATE ON SCHEMA public TO "awx";

0 comments on commit 39aba2e

Please sign in to comment.