Skip to content

Commit 6a6a251

Browse files
Let koperator watch all namespaces
Issue: ZENKO-5188
1 parent dd0cb31 commit 6a6a251

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/scripts/end2end/install-kind-dependencies.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ for crd in cruisecontroloperations kafkaclusters kafkatopics kafkausers ; do
124124
done
125125
helm upgrade --install --version ${KAFKA_OPERATOR_VERSION} -n default kafka-operator ${KAFKA_OPERATOR_CHART} \
126126
--set prometheusMetrics.authProxy.image.repository=quay.io/brancz/kube-rbac-proxy \
127-
--set prometheusMetrics.authProxy.image.tag=v0.21.0
127+
--set prometheusMetrics.authProxy.image.tag=v0.21.0 \
128+
--operator.namespaces=
128129

129130
# keycloak
130131
envsubst < $DIR/configs/keycloak_config.json > $DIR/configs/keycloak-realm.json

0 commit comments

Comments
 (0)