Skip to content

Commit

Permalink
Merge pull request #41 from adelcast/dev/adelcast/quote_fix
Browse files Browse the repository at this point in the history
deployment.yaml: treat DRUID_EXPORTER_PORT as string
  • Loading branch information
iamabhishek-dubey authored Jul 8, 2020
2 parents 9687416 + 9ab8777 commit a4f34c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
- name: DRUID_URL
value: {{ .Values.druidURL }}
- name: DRUID_EXPORTER_PORT
value: {{ .Values.druidExporterPort }}
value: {{ .Values.druidExporterPort | quote}}
- name: LOG_LEVEL
value: {{ .Values.logLevel }}
- name: LOG_FORMAT
Expand Down

0 comments on commit a4f34c1

Please sign in to comment.