1
0
Fork 0
mirror of synced 2024-07-04 22:11:23 +12:00

use excluded quotas tenants again

This commit is contained in:
Martin McKeaveney 2022-04-28 14:18:27 +01:00
parent d0d46d371f
commit 7cf908785d

View file

@ -112,6 +112,8 @@ spec:
value: {{ .Values.globals.google.secret | quote }}
- name: AUTOMATION_MAX_ITERATIONS
value: {{ .Values.globals.automationMaxIterations | quote }}
- name: EXCLUDE_QUOTAS_TENANTS
value: {{ .Values.globals.excludeQuotasTenants | quote }}
image: budibase/apps:{{ .Values.globals.appVersion }}
imagePullPolicy: Always