I'm trying to deploy the operator in a dedicated namespace but, either via helm or Kustomize, the operator is installed in the default namespace.
Helm
With helm, I tried
helm install lsstsqre/strimzi-registry-operator --name ssr --set clusterNamespace=kafka,clusterName=my-cluster
Kustomize
With Kustomize I tried to follow the instructions of the README and apply the patch but the operator is always deployed in the default namespace, not in the one I want.
This was my process. I created a patch folder in which I added kustomization.yaml
I'm trying to deploy the operator in a dedicated namespace but, either via helm or Kustomize, the operator is installed in the
default
namespace.Helm
With helm, I tried
helm install lsstsqre/strimzi-registry-operator --name ssr --set clusterNamespace=kafka,clusterName=my-cluster
Kustomize
With Kustomize I tried to follow the instructions of the README and apply the patch but the operator is always deployed in the
default
namespace, not in the one I want.This was my process. I created a
patch
folder in which I addedkustomization.yaml
and
strimzi-registry-operator-deployment.yaml
Then I apply the configuration with the command