diff --git a/charts/cp-ksql-server/templates/deployment.yaml b/charts/cp-ksql-server/templates/deployment.yaml index 340ebd6c..eb31b274 100644 --- a/charts/cp-ksql-server/templates/deployment.yaml +++ b/charts/cp-ksql-server/templates/deployment.yaml @@ -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 }}