Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanHolstien committed Dec 20, 2023
1 parent f06e2ad commit a0250ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit a0250ae

Please sign in to comment.