Helm installation flexibility #2282
-
Is there any way to install everything with just helm + regular kubectl apply for CRDs? I mean if I want to install vault into a custom namespace - it would be enough of just adding "-n custom" instead of current cumbersome process. |
Beta Was this translation helpful? Give feedback.
Answered by
ramizpolic
Oct 26, 2023
Replies: 1 comment
-
Hi @kamikaze, good question. Due to RBAC configurations and current tooling, it is required to overwrite the default namespace when deploying to a custom namespace in manifests using the documented steps. We are working on making the installation process simpler. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ramizpolic
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @kamikaze, good question. Due to RBAC configurations and current tooling, it is required to overwrite the default namespace when deploying to a custom namespace in manifests using the documented steps. We are working on making the installation process simpler.