We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9687416 + 9ab8777 commit a4f34c1Copy full SHA for a4f34c1
helm/templates/deployment.yaml
@@ -22,7 +22,7 @@ spec:
22
- name: DRUID_URL
23
value: {{ .Values.druidURL }}
24
- name: DRUID_EXPORTER_PORT
25
- value: {{ .Values.druidExporterPort }}
+ value: {{ .Values.druidExporterPort | quote}}
26
- name: LOG_LEVEL
27
value: {{ .Values.logLevel }}
28
- name: LOG_FORMAT
0 commit comments