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`.