1
0
Fork 0
mirror of synced 2024-05-17 10:53:15 +12:00

Add feature flag awareness to k8s worker deployment

This commit is contained in:
Rory Powell 2022-06-20 13:35:44 +01:00
parent 52aa0b279d
commit 445f165d1e

View file

@ -123,6 +123,8 @@ spec:
value: {{ .Values.globals.google.clientId | quote }}
- name: GOOGLE_CLIENT_SECRET
value: {{ .Values.globals.google.secret | quote }}
- name: TENANT_FEATURE_FLAGS
value: {{ .Values.globals.tenantFeatureFlags | quote }}
image: budibase/worker:{{ .Values.globals.appVersion }}
imagePullPolicy: Always
livenessProbe: