1
0
Fork 0
mirror of synced 2024-10-01 01:28:51 +13:00

Add quote to httpLogging in helm chart (#10205)

This commit is contained in:
Rory Powell 2023-04-04 15:45:34 +01:00 committed by GitHub
parent bcf5bb9ca0
commit 35fc9ba45c
2 changed files with 2 additions and 2 deletions

View file

@ -65,7 +65,7 @@ spec:
- name: API_ENCRYPTION_KEY
value: {{ .Values.globals.apiEncryptionKey | quote }}
- name: HTTP_LOGGING
value: {{ .Values.services.apps.httpLogging }}
value: {{ .Values.services.apps.httpLogging | quote }}
- name: INTERNAL_API_KEY
valueFrom:
secretKeyRef:

View file

@ -65,7 +65,7 @@ spec:
- name: API_ENCRYPTION_KEY
value: {{ .Values.globals.apiEncryptionKey | quote }}
- name: HTTP_LOGGING
value: {{ .Values.services.worker.httpLogging }}
value: {{ .Values.services.worker.httpLogging | quote }}
- name: INTERNAL_API_KEY
valueFrom:
secretKeyRef: