Skip to content

Commit

Permalink
sentry: remove unnecessary hardcoded secret name
Browse files Browse the repository at this point in the history
* The helper function will return this value if not set already.
  • Loading branch information
egabancho committed Jan 13, 2025
1 parent 8fb7803 commit 914a80e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/invenio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ invenio:
dsn: ""
## @param invenio.sentry.secret_name DEPRECATED: invenio.sentry.existingSecret instead
##
secret_name: "sentry-secrets"
secret_name: ""
## @param invenio.sentry.existing_secret DEPRECATED: invenio.sentry.existingSecret instead
##
existing_secret: false
Expand Down

0 comments on commit 914a80e

Please sign in to comment.