diff --git a/charts/datahub/subcharts/datahub-mae-consumer/templates/deployment.yaml b/charts/datahub/subcharts/datahub-mae-consumer/templates/deployment.yaml index 420fd95ef..6872b4147 100644 --- a/charts/datahub/subcharts/datahub-mae-consumer/templates/deployment.yaml +++ b/charts/datahub/subcharts/datahub-mae-consumer/templates/deployment.yaml @@ -129,10 +129,10 @@ spec: - name: KAFKA_PRODUCER_MAX_REQUEST_SIZE value: {{ . | quote }} {{- end }} - {{ - with .Values.global.kafka.consumer.stopContainerOnDeserializationError }} + {{- with .Values.global.kafka.consumer.stopContainerOnDeserializationError }} - name: KAFKA_CONSUMER_STOP_ON_DESERIALIZATION_ERROR value: "{{ . }}" - {{ - end }} + {{- end }} {{- with .Values.global.kafka.consumer.maxPartitionFetchBytes }} - name: KAFKA_CONSUMER_MAX_PARTITION_FETCH_BYTES value: {{ . | quote }} diff --git a/charts/datahub/subcharts/datahub-mce-consumer/templates/deployment.yaml b/charts/datahub/subcharts/datahub-mce-consumer/templates/deployment.yaml index 8cf07828d..7ba366f2d 100644 --- a/charts/datahub/subcharts/datahub-mce-consumer/templates/deployment.yaml +++ b/charts/datahub/subcharts/datahub-mce-consumer/templates/deployment.yaml @@ -125,10 +125,10 @@ spec: - name: KAFKA_PRODUCER_MAX_REQUEST_SIZE value: {{ . | quote }} {{- end }} - {{ - with .Values.global.kafka.consumer.stopContainerOnDeserializationError }} + {{- with .Values.global.kafka.consumer.stopContainerOnDeserializationError }} - name: KAFKA_CONSUMER_STOP_ON_DESERIALIZATION_ERROR value: "{{ . }}" - {{ - end }} + {{- end }} {{- with .Values.global.kafka.consumer.maxPartitionFetchBytes }} - name: KAFKA_CONSUMER_MAX_PARTITION_FETCH_BYTES value: {{ . | quote }}