fix: quote strings

Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
Marco Kilchhofer 2021-05-29 12:13:24 +02:00 committed by GitHub
parent 092a822c1e
commit 4c2470779f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -36,7 +36,7 @@ spec:
{{- end }}
env:
- name: DEBUG_LOG
value: {{ .Values.eventbusController.debugLogging }}
value: {{ .Values.eventbusController.debugLogging | quote }}
- name: NAMESPACE
valueFrom:
fieldRef:

View file

@ -36,7 +36,7 @@ spec:
{{- end }}
env:
- name: DEBUG_LOG
value: {{ .Values.eventsourceController.debugLogging }}
value: {{ .Values.eventsourceController.debugLogging | quote }}
- name: NAMESPACE
valueFrom:
fieldRef:

View file

@ -36,7 +36,7 @@ spec:
{{- end }}
env:
- name: DEBUG_LOG
value: {{ .Values.sensorController.debugLogging }}
value: {{ .Values.sensorController.debugLogging | quote }}
- name: NAMESPACE
valueFrom:
fieldRef: