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

Remove quote from k8s templates on enableAnalytics

This commit is contained in:
Rory Powell 2022-06-15 16:43:48 +01:00
parent a5a5440188
commit 844701f502

View file

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