From e29dc292b03f249504b06e1d66640b088e342fad Mon Sep 17 00:00:00 2001 From: perf3ct Date: Thu, 5 Oct 2023 08:56:30 -0700 Subject: [PATCH] fix `config.yml` to be a string --- values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index 9c66b46..7b40907 100644 --- a/values.yaml +++ b/values.yaml @@ -47,7 +47,7 @@ api: config: enabled: true data: - config.yml: + config.yml: | database: # You should provide your own secret outside of this helm-chart and use `postgresql.global.postgresql.auth.existingSecret` to provide credentials to the postgresql instance (https://github.com/bitnami/charts/blob/5ff8ad5f3c754e3c2423d6abf46f522e8abe0410/bitnami/postgresql/values.yaml#L35-L39) type: 'postgres'