1
0
Fork 0
mirror of synced 2024-10-01 09:38:55 +13:00

Re-add quotes

This commit is contained in:
Rory Powell 2022-06-16 08:26:01 +01:00
parent 23a04fc5de
commit 9f9f039876
2 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,7 @@ spec:
key: adminPassword
{{ end }}
- name: ENABLE_ANALYTICS
value: {{ .Values.globals.enableAnalytics }}
value: {{ .Values.globals.enableAnalytics | quote }}
- name: INTERNAL_API_KEY
valueFrom:
secretKeyRef:

View file

@ -94,7 +94,7 @@ spec:
- name: SENTRY_DSN
value: {{ .Values.globals.sentryDSN }}
- name: ENABLE_ANALYTICS
value: {{ .Values.globals.enableAnalytics }}
value: {{ .Values.globals.enableAnalytics | quote }}
- name: POSTHOG_TOKEN
value: {{ .Values.globals.posthogToken }}
- name: ACCOUNT_PORTAL_URL