Skip to content

Commit 600daef

Browse files
committed
fix docstrings
1 parent fdf3300 commit 600daef

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: {}
@@ -213,7 +213,7 @@ web:
213213
uwsgi:
214214
processes: 6
215215
threads: 4
216-
## @param web.extraEnvVars Extra environment variables (templated) to be added to the pods.
216+
## @param web.extraEnvVars Extra environment variables to be added to the pods.
217217
##
218218
extraEnvVars: []
219219
autoscaler:
@@ -322,7 +322,7 @@ worker:
322322
run_mount_path: /var/run/celery
323323
celery_pidfile: /var/run/celery/celerybeat.pid
324324
celery_schedule: /var/run/celery/celery-schedule
325-
## @param worker.extraEnvVars Extra environment variables (templated) to be added to the pods.
325+
## @param worker.extraEnvVars Extra environment variables to be added to the pods.
326326
##
327327
extraEnvVars: []
328328
## @param worker.resources `resources` for the worker container
@@ -373,7 +373,7 @@ worker:
373373
tolerations: []
374374

375375
workerBeat:
376-
## @param workerBeat.extraEnvVars Extra environment variables (templated) to be added to the pods.
376+
## @param workerBeat.extraEnvVars Extra environment variables to be added to the pods.
377377
##
378378
extraEnvVars: []
379379
## @param workerBeat.resources `resources` for the worker-beat container

0 commit comments

Comments
 (0)