Skip to content

Commit 4808c6f

Browse files
fix: template fails when existingSecretKeys is undefined (#1323)
1 parent 9100f2c commit 4808c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: sentry/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1992,7 +1992,7 @@ externalPostgresql:
19921992
# password: postgres
19931993
# existingSecret: secret-name
19941994
## set existingSecretKeys in a secret, if not specified, value from the secret won't be used
1995-
# existingSecretKeys:
1995+
existingSecretKeys: {}
19961996
# password: password
19971997
# username: username
19981998
# database: database

0 commit comments

Comments
 (0)