Strimzi - Installation of helm (0.37.0)
authorKai Moritz <kai@juplo.de>
Tue, 3 Oct 2023 07:18:44 +0000 (09:18 +0200)
committerKai Moritz <kai@juplo.de>
Wed, 4 Oct 2023 17:23:45 +0000 (19:23 +0200)
helm repo add strimzi https://strimzi.io/charts/
helm search repo strimzi --versions
kubectl create namespace juplo
helm install -n juplo strimzi-kafka strimzi/strimzi-kafka-operator

Use with: `kubectl -n juplo ...`


No differences found