Configuring Namespace in values.yaml for Strimzi Cluster Operator Deployment #9246
nikhilmulinti
started this conversation in
General
Replies: 1 comment
-
I am also facing the same issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've successfully deployed the strimzi-cluster-operator using the following command:
helm install strimzi-cluster-operator ./strimzi-kafka-operator -n cluster-kafka
Is it possible to specify the namespace directly within the values.yaml file? I'm aware that hardcoding the namespace isn't recommended. However, I'm using a Golang script to manage this deployment, and it doesn't allow me to provide the -n parameter during deployment.
Beta Was this translation helpful? Give feedback.
All reactions