1
0
Fork 0
mirror of synced 2024-06-26 10:00:41 +12:00

Re-add quotes

This commit is contained in:
Rory Powell 2022-06-16 08:26:01 +01:00
parent 86eff487f8
commit ffbd97cf5b
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