You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: charts/invenio/values.yaml
+2-2
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ invenio:
98
98
password: ""
99
99
## @param invenio.datacite.existingSecret Existing secret name for datacite username and password
100
100
##
101
-
existingSecret: ""
101
+
existingSecret: "datacite-secrets"
102
102
## @param invenio.datacite.secretKeys.usernameKey Name of key in existing secret to use for username. Only used when `invenio.datacite.existingSecret` is set.
103
103
## @param invenio.datacite.secretKeys.passwordKey Name of key in existing secret to use for password. Only used when `invenio.datacite.existingSecret` is set.
104
104
##
@@ -110,7 +110,7 @@ invenio:
110
110
existing_secret: false
111
111
## @param invenio.datacite.secret_name DEPRECATED: use invenio.datacite.existingSecret instead
0 commit comments