- Notifications
You must be signed in to change notification settings - Fork63
MCAD deployment in custom namespace#656
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
…e namespace needs to be created manually.
[APPROVALNOTIFIER] This PR isNOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be foundhere. Needs approval from an approver in each of these files: Approvers can indicate their approval by writing |
VanillaSpoon commentedOct 19, 2023
/lgtm |
What changes have been made
Installing MCAD always happens in the
kube-systemnamespace. This update allows users to specify the namespace they want to use for the deployment.Verification steps
Create a namespace called
mcadand deployed MCAD there using thehelmchart and--set namespace="mcad".Checks