Skip to content

Commit a4f34c1

Browse files
Merge pull request #41 from adelcast/dev/adelcast/quote_fix
deployment.yaml: treat DRUID_EXPORTER_PORT as string
2 parents 9687416 + 9ab8777 commit a4f34c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/templates/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
- name: DRUID_URL
2323
value: {{ .Values.druidURL }}
2424
- name: DRUID_EXPORTER_PORT
25-
value: {{ .Values.druidExporterPort }}
25+
value: {{ .Values.druidExporterPort | quote}}
2626
- name: LOG_LEVEL
2727
value: {{ .Values.logLevel }}
2828
- name: LOG_FORMAT

0 commit comments

Comments
 (0)