Skip to content

Commit

Permalink
fix: template fails when existingSecretKeys is undefined (#1323)
Browse files Browse the repository at this point in the history
  • Loading branch information
karol-szymanowski committed Jun 17, 2024
1 parent 9100f2c commit 4808c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentry/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1992,7 +1992,7 @@ externalPostgresql:
# password: postgres
# existingSecret: secret-name
## set existingSecretKeys in a secret, if not specified, value from the secret won't be used
# existingSecretKeys:
existingSecretKeys: {}
# password: password
# username: username
# database: database
Expand Down

0 comments on commit 4808c6f

Please sign in to comment.