From 16cf652d11376b3ef2dd9b1f422c3793fc3ff1fb Mon Sep 17 00:00:00 2001 From: Netanel Bollag Date: Tue, 16 May 2023 16:02:39 +0300 Subject: [PATCH] Used fixed version for bitnami kafka chart --- docs/quick-tutorials/k8s-kafka-mtls.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quick-tutorials/k8s-kafka-mtls.mdx b/docs/quick-tutorials/k8s-kafka-mtls.mdx index 77bf85c1d..70f9c1905 100644 --- a/docs/quick-tutorials/k8s-kafka-mtls.mdx +++ b/docs/quick-tutorials/k8s-kafka-mtls.mdx @@ -85,7 +85,7 @@ The following command will deploy a Kafka cluster with this chart: helm repo add bitnami https://charts.bitnami.com/bitnami helm repo update helm install --create-namespace -n kafka \ - -f https://docs.otterize.com/code-examples/kafka-mtls/helm/values_debug_logging.yaml kafka bitnami/kafka + -f https://docs.otterize.com/code-examples/kafka-mtls/helm/values_debug_logging.yaml kafka bitnami/kafka --version 21.4.4 ``` You can watch for all pods to be `Ready` using `kubectl get pods -n kafka -w`.