Skip to content

Commit

Permalink
fix: add quote on prometheous env
Browse files Browse the repository at this point in the history
Cover case where the helm property isn't provided inside the values.yaml
  • Loading branch information
moabu committed Aug 17, 2022
1 parent 1c70554 commit c4a20b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ data:
# Jetty header size in bytes in the auth server
CN_JETTY_REQUEST_HEADER_SIZE: {{ .Values.configmap.cnJettyRequestHeaderSize | quote }}
# Port used by Prometheus JMX agent
CN_PROMETHEUS_PORT: {{ .Values.global.cnPrometheusPort }}
CN_PROMETHEUS_PORT: {{ .Values.global.cnPrometheusPort | quote }}
CN_DISTRIBUTION: {{ .Values.global.distribution | quote }}
{{ if .Values.global.cnObExtSigningJwksUri }}
CN_OB_EXT_SIGNING_JWKS_URI: {{ .Values.global.cnObExtSigningJwksUri | quote }}
Expand Down

0 comments on commit c4a20b9

Please sign in to comment.