Skip to content

Commit

Permalink
[#4182] Fix installation without keyTrustSecret
Browse files Browse the repository at this point in the history
  • Loading branch information
ljupcovangelski committed Feb 20, 2025
1 parent 1a1c726 commit 79f4653
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infrastructure/helm-chart/templates/config/kafka.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ data:
{{- end }}
KAFKA_SCHEMA_REGISTRY_URL: {{ .Values.config.kafka.schemaRegistryUrl }}
KAFKA_COMMIT_INTERVAL_MS: "{{ .Values.config.kafka.commitInterval }}"
{{- if .Values.config.kafka.keyTrustSecret }}
KAFKA_KEY_TRUST_SECRET: {{ .Values.config.kafka.keyTrustSecret }}
{{- end }}

0 comments on commit 79f4653

Please sign in to comment.