fix kafka

This commit is contained in:
Kochetkov S 2026-04-14 12:51:28 +03:00
parent 05c59ab2c9
commit 2cb6e9a29f
2 changed files with 4 additions and 1 deletions

View File

@ -25,6 +25,9 @@ spec:
client: client:
protocol: SASL_SSL protocol: SASL_SSL
sasl: sasl:
managedExistingSecret:
enabled: true
existingSecret: kafka-kafka-contour-user-passwords
enabledMechanisms: PLAIN,SCRAM-SHA-512 enabledMechanisms: PLAIN,SCRAM-SHA-512
interBrokerMechanism: PLAIN interBrokerMechanism: PLAIN
controllerMechanism: PLAIN controllerMechanism: PLAIN

View File

@ -8,7 +8,7 @@ spec:
chart: chart:
spec: spec:
chart: kafka-contour chart: kafka-contour
version: "0.1.2" version: "0.1.3"
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: yc-oci-charts name: yc-oci-charts