Skip to content

Commit

Permalink
fix databasesecrets default as an array
Browse files Browse the repository at this point in the history
  • Loading branch information
sshort committed Feb 6, 2025
1 parent 1ef0896 commit 99387ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/unleash/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ dbConfig:
# sslRejectUnauthorized

# adds DATABASE_ host, port, username and password enviroment vars from a secrets file for use with Crossplane RDSInstance
databaseSecrets: {}
databaseSecrets:
[]
# - name: DATABASE_HOST
# valueFrom:
# secretKeyRef:
Expand Down

0 comments on commit 99387ac

Please # to comment.