Skip to content

Commit 3db8070

Browse files
committed
chore: Set datacite secret using new parameter
This change unsets the deprecated `invenio.datacite.secret_name` value, which has been repaced by `invenio.datacite.existingSecret`, so that the deprecation warning only shows up if a user has explicitly set the deprecated value.
1 parent ba4f802 commit 3db8070

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: charts/invenio/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ invenio:
9898
password: ""
9999
## @param invenio.datacite.existingSecret Existing secret name for datacite username and password
100100
##
101-
existingSecret: ""
101+
existingSecret: "datacite-secrets"
102102
## @param invenio.datacite.secretKeys.usernameKey Name of key in existing secret to use for username. Only used when `invenio.datacite.existingSecret` is set.
103103
## @param invenio.datacite.secretKeys.passwordKey Name of key in existing secret to use for password. Only used when `invenio.datacite.existingSecret` is set.
104104
##
@@ -110,7 +110,7 @@ invenio:
110110
existing_secret: false
111111
## @param invenio.datacite.secret_name DEPRECATED: use invenio.datacite.existingSecret instead
112112
##
113-
secret_name: "datacite-secrets"
113+
secret_name: ""
114114
podSecurityContext:
115115
enabled: true
116116
remote_apps:

0 commit comments

Comments
 (0)