Skip to content

Commit 6f3e0d5

Browse files
committed
fix docstrings
1 parent 88446ca commit 6f3e0d5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

charts/invenio/values.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ invenio:
101101
extraConfig: {}
102102
## @param invenio.extra_env_from_secret DEPRECATED: Use `invenio.extraEnvFrom` or `invenio.extraEnvVars` instead.
103103
extra_env_from_secret: []
104-
## @param invenio.extraEnvVars Extra environment variables (templated) to be added to all the pods.
104+
## @param invenio.extraEnvVars Extra environment variables to be added to all the pods.
105105
##
106106
extraEnvVars: []
107107
uwsgiExtraConfig: {}
@@ -199,7 +199,7 @@ web:
199199
uwsgi:
200200
processes: 6
201201
threads: 4
202-
## @param web.extraEnvVars Extra environment variables (templated) to be added to the pods.
202+
## @param web.extraEnvVars Extra environment variables to be added to the pods.
203203
##
204204
extraEnvVars: []
205205
autoscaler:
@@ -294,7 +294,7 @@ worker:
294294
run_mount_path: /var/run/celery
295295
celery_pidfile: /var/run/celery/celerybeat.pid
296296
celery_schedule: /var/run/celery/celery-schedule
297-
## @param worker.extraEnvVars Extra environment variables (templated) to be added to the pods.
297+
## @param worker.extraEnvVars Extra environment variables to be added to the pods.
298298
##
299299
extraEnvVars: []
300300
resources:
@@ -338,7 +338,7 @@ worker:
338338
tolerations: []
339339

340340
workerBeat:
341-
## @param workerBeat.extraEnvVars Extra environment variables (templated) to be added to the pods.
341+
## @param workerBeat.extraEnvVars Extra environment variables to be added to the pods.
342342
##
343343
extraEnvVars: []
344344
resources:

0 commit comments

Comments
 (0)