fix `config.yml` to be a string

This commit is contained in:
perf3ct 2023-10-05 08:56:30 -07:00
parent 4136286a1a
commit e29dc292b0
No known key found for this signature in database
GPG Key ID: 569C4EEC436F5232
1 changed files with 1 additions and 1 deletions

View File

@ -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'