Skip to content

Commit

Permalink
[#564] Fix kafka configmap in helm (#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
ljupcovangelski authored Dec 29, 2020
1 parent aca7a85 commit 1f3baf3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ metadata:
data:
KAFKA_BROKERS: {{ .Values.kafka.brokers }}
KAFKA_SCHEMA_REGISTRY_URL: {{ .Values.kafka.schemaRegistryUrl }}
KAFKA_COMMIT_INTERVAL_MS: {{ .Values.kafka.commitInterval }}
KAFKA_COMMIT_INTERVAL_MS: "{{ .Values.kafka.commitInterval }}"

0 comments on commit 1f3baf3

Please sign in to comment.