Skip to content

Commit

Permalink
Use fixed version for bitnami kafka chart (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
NetanelBollag committed May 17, 2023
1 parent ca05b60 commit 73cd70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quick-tutorials/k8s-kafka-mtls.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 73cd70f

Please sign in to comment.