10 lines
312 B
YAML
10 lines
312 B
YAML
# Strimzi Kafka Operator Helm Values
|
|
# Install with: helm install strimzi-kafka-operator oci://quay.io/strimzi-helm/strimzi-kafka-operator
|
|
|
|
# This values file is for the operator installation
|
|
# The operator itself is lightweight
|
|
#watchNamespaces: [] # Empty = watch all namespaces
|
|
|
|
watchNamespaces:
|
|
- default
|