Skip to content

Commit

Permalink
chore: update doc to require existingsecretkeys for external postgres…
Browse files Browse the repository at this point in the history
…ql (#1434)
  • Loading branch information
patsevanton authored Sep 9, 2024
1 parent f3bc31e commit f54dbb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/sentry/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2050,16 +2050,16 @@ postgresql:

## This value is only used when postgresql.enabled is set to false
## Set either externalPostgresql.password or externalPostgresql.existingSecret to configure password
## externalPostgresql.existingSecret should have a key of 'postgresql-password' which holds the password
externalPostgresql:
# host: postgres
port: 5432
username: postgres
# password: postgres
# existingSecret: secret-name
## set existingSecretKeys in a secret, if not specified, value from the secret won't be used
# set existingSecretKeys in a secret, if not specified, value from the secret won't be used
# if externalPostgresql.existingSecret is used, externalPostgresql.existingSecretKeys.password must be specified.
existingSecretKeys: {}
# password: password
# password: postgresql-password # Required if existingSecret is used. Key in existingSecret.
# username: username
# database: database
# port: port
Expand Down

0 comments on commit f54dbb6

Please sign in to comment.