From f99ebfaa440248b934b55bb712930ca33af00e87 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Fri, 14 Jun 2024 21:37:00 -0500 Subject: [PATCH] change initdb keys --- charts/postgres-cluster/Chart.yaml | 2 +- charts/postgres-cluster/values.yaml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/charts/postgres-cluster/Chart.yaml b/charts/postgres-cluster/Chart.yaml index 309154f..53a6c55 100644 --- a/charts/postgres-cluster/Chart.yaml +++ b/charts/postgres-cluster/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: postgres-cluster -version: 3.4.0 +version: 3.5.0 description: Chart for cloudnative-pg cluster keywords: - database diff --git a/charts/postgres-cluster/values.yaml b/charts/postgres-cluster/values.yaml index 10b511e..0c8c6b6 100644 --- a/charts/postgres-cluster/values.yaml +++ b/charts/postgres-cluster/values.yaml @@ -81,8 +81,7 @@ cluster: # BootstrapInitDB is the configuration of the bootstrap process when initdb is used. # See: https://cloudnative-pg.io/documentation/current/bootstrap/ # See: https://cloudnative-pg.io/documentation/current/cloudnative-pg.v1/#postgresql-cnpg-io-v1-bootstrapinitdb - initdb: - {} + initdb: {} # database: app # owner: app # secret: "" # Name of the secret containing the initial credentials for the owner of the user database. If empty a new secret will be created from scratch