Skip to content

Commit

Permalink
Fix JMX metrics not enabled correctly (confluentinc#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
wongelz authored Jul 27, 2020
1 parent a8874a4 commit 5b13b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/cp-ksql-server/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ spec:
value: {{ $value | quote }}
{{- end }}
{{- if .Values.jmx.port }}
- name: KSQL_JMX_PORT
- name: JMX_PORT
value: "{{ .Values.jmx.port }}"
{{- end }}
{{- if .Values.imagePullSecrets }}
Expand Down

0 comments on commit 5b13b07

Please sign in to comment.