Skip to content

Commit 75d3438

Browse files
committed
update docstrings and link to documentation
1 parent 0a59ba2 commit 75d3438

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

charts/invenio/values.yaml

+8-5
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ invenio:
8686
##
8787
secretKeys:
8888
dsnKey: "SENTRY_DSN"
89+
90+
## Invenio DataCite configuration
91+
## ref: https://inveniordm.docs.cern.ch/customize/dois
8992
datacite:
9093
## @param invenio.datacite.enabled Enable DataCite provider
9194
##
@@ -96,7 +99,7 @@ invenio:
9699
## @param invenio.datacite.password Datacite password
97100
##
98101
password: ""
99-
## @param invenio.datacite.existingSecret Existing secret name for datacite username and password
102+
## @param invenio.datacite.existingSecret Existing secret name for datacite username and password.
100103
##
101104
existingSecret: ""
102105
## @param invenio.datacite.secretKeys.usernameKey Name of key in existing secret to use for username. Only used when `invenio.datacite.existingSecret` is set.
@@ -105,19 +108,19 @@ invenio:
105108
secretKeys:
106109
usernameKey: "DATACITE_USERNAME"
107110
passwordKey: "DATACITE_PASSWORD"
108-
## @param invenio.datacite.prefix DataCite DOI prefix
111+
## @param invenio.datacite.prefix DataCite DOI prefix, it will translate into DATACITE_PREFIX.
109112
##
110113
prefix: ""
111-
## @param invenio.datacite.testMode DataCite test mode enabled.
114+
## @param invenio.datacite.testMode DataCite test mode enabled, it will trasnlate into DATACITE_TEST_MODE.
112115
## This has to be a string value, Invenio will evaluate this as a python expression and transform it into a boolean.
113116
## Example:
114117
## testMode: "False"
115118
##
116119
testMode: ""
117-
## @param invenio.datacite.format A string used for formatting the DOI.
120+
## @param invenio.datacite.format A string used for formatting the DOI, it will translate into DATACITE_FORMAT.
118121
##
119122
format: ""
120-
## @param invenio.datacite.dataCenterSymbol DataCite data center symbol.
123+
## @param invenio.datacite.dataCenterSymbol DataCite data center symbol, it will translate into DATACITE_DATACENTER_SYMBOL.
121124
##
122125
dataCenterSymbol: ""
123126
## @param invenio.datacite.existing_secret DEPRECATED: use invenio.datacite.existingSecret instead

0 commit comments

Comments
 (0)