From 07ef280045b4ee3c02f41286ba2d29803b7980dd Mon Sep 17 00:00:00 2001 From: Nicklas Frahm Date: Wed, 28 Aug 2024 14:01:14 +0200 Subject: [PATCH] fix(cluster): avoid invalid type for initdb secret (#362) * fix(cluster): avoid invalid type for initdb secret Signed-off-by: Nicklas Frahm Signed-off-by: Itay Grudev Co-authored-by: Itay Grudev --- charts/cluster/values.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/charts/cluster/values.yaml b/charts/cluster/values.yaml index eda753f76..71f661cc9 100644 --- a/charts/cluster/values.yaml +++ b/charts/cluster/values.yaml @@ -206,9 +206,14 @@ cluster: initdb: {} # database: app # owner: "" # Defaults to the database name - # 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 + # secret: + # name: "" # 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 + # options: [] + # encoding: UTF8 # postInitSQL: # - CREATE EXTENSION IF NOT EXISTS vector; + # postInitApplicationSQL: [] + # postInitTemplateSQL: [] additionalLabels: {} annotations: {}