We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd9ffd7 commit b2d5735Copy full SHA for b2d5735
charts/openg2p-pbms/values.yaml
@@ -150,7 +150,7 @@ odoo:
150
name: '{{ tpl .Values.global.minioInstallationName $ }}'
151
152
153
-openg2p-pbms-bg-task-celery-beat-producers:
+beatProducers:
154
enabled: true
155
nameOverride: celery-beat-producer
156
@@ -180,6 +180,9 @@ openg2p-pbms-bg-task-celery-beat-producers:
180
BG_TASK_CELERY_BEAT_CELERY_BROKER_URL: redis://{{ tpl .Values.global.redisInstallationName $ }}:6379/0
181
BG_TASK_CELERY_BEAT_CELERY_BACKEND_URL: redis://{{ tpl .Values.global.redisInstallationName $ }}:6379/0
182
183
+ serviceAccount:
184
+ create: false
185
+ name: ""
186
187
redis:
188
0 commit comments