Skip to content

Commit

Permalink
Merge pull request confluentinc#470 from adambarreiro/master
Browse files Browse the repository at this point in the history
Fixed JMX_PORT env variable in Kafka REST Proxy
  • Loading branch information
gAmUssA authored Dec 29, 2020
2 parents 9cab985 + 18a4242 commit b6c4597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/cp-kafka-rest/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ spec:
value: {{ $value | quote }}
{{- end }}
{{- if .Values.jmx.port }}
- name: KAFKA_REST_JMX_PORT
- name: JMX_PORT
value: "{{ .Values.jmx.port }}"
{{- end }}
{{- if .Values.imagePullSecrets }}
Expand Down

0 comments on commit b6c4597

Please sign in to comment.