File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ invenio:
101
101
extraConfig : {}
102
102
# # @param invenio.extra_env_from_secret DEPRECATED: Use `invenio.extraEnvFrom` or `invenio.extraEnvVars` instead.
103
103
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.
105
105
# #
106
106
extraEnvVars : []
107
107
uwsgiExtraConfig : {}
213
213
uwsgi :
214
214
processes : 6
215
215
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.
217
217
# #
218
218
extraEnvVars : []
219
219
autoscaler :
@@ -322,7 +322,7 @@ worker:
322
322
run_mount_path : /var/run/celery
323
323
celery_pidfile : /var/run/celery/celerybeat.pid
324
324
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.
326
326
# #
327
327
extraEnvVars : []
328
328
# # @param worker.resources `resources` for the worker container
@@ -373,7 +373,7 @@ worker:
373
373
tolerations : []
374
374
375
375
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.
377
377
# #
378
378
extraEnvVars : []
379
379
# # @param workerBeat.resources `resources` for the worker-beat container
You can’t perform that action at this time.
0 commit comments