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 : {}
199
199
uwsgi :
200
200
processes : 6
201
201
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.
203
203
# #
204
204
extraEnvVars : []
205
205
autoscaler :
@@ -294,7 +294,7 @@ worker:
294
294
run_mount_path : /var/run/celery
295
295
celery_pidfile : /var/run/celery/celerybeat.pid
296
296
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.
298
298
# #
299
299
extraEnvVars : []
300
300
resources :
@@ -338,7 +338,7 @@ worker:
338
338
tolerations : []
339
339
340
340
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.
342
342
# #
343
343
extraEnvVars : []
344
344
resources :
You can’t perform that action at this time.
0 commit comments