From 2cb6e9a29f1fb02727ba728d1a2e806e940f6a60 Mon Sep 17 00:00:00 2001 From: Kochetkov S Date: Tue, 14 Apr 2026 12:51:28 +0300 Subject: [PATCH] fix kafka --- clusters/yc-k8s-test/infrastructure/patches/kafka.yaml | 3 +++ infrastructure/kafka/base/helmrelease.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/clusters/yc-k8s-test/infrastructure/patches/kafka.yaml b/clusters/yc-k8s-test/infrastructure/patches/kafka.yaml index db40f54..ac9180a 100644 --- a/clusters/yc-k8s-test/infrastructure/patches/kafka.yaml +++ b/clusters/yc-k8s-test/infrastructure/patches/kafka.yaml @@ -25,6 +25,9 @@ spec: client: protocol: SASL_SSL sasl: + managedExistingSecret: + enabled: true + existingSecret: kafka-kafka-contour-user-passwords enabledMechanisms: PLAIN,SCRAM-SHA-512 interBrokerMechanism: PLAIN controllerMechanism: PLAIN diff --git a/infrastructure/kafka/base/helmrelease.yaml b/infrastructure/kafka/base/helmrelease.yaml index 412283e..48b1fc2 100644 --- a/infrastructure/kafka/base/helmrelease.yaml +++ b/infrastructure/kafka/base/helmrelease.yaml @@ -8,7 +8,7 @@ spec: chart: spec: chart: kafka-contour - version: "0.1.2" + version: "0.1.3" sourceRef: kind: HelmRepository name: yc-oci-charts