- Notifications
You must be signed in to change notification settings - Fork 64
feat: update mcad-controller chart for helm3 compatibility #206
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This should also be helm2 compatible, since the changes are tiny. Signed-off-by: Nick Mitchell <nickm@us.ibm.com>
| Thank you @starpit changes look good to me!, can you please add the steps needed to install MCAD with helm3, I can take a stab at updating the documentation of the |
| what does "install MCAD" mean? do you mean also update |
| @asm582 Can you review PR? |
Sure, I was looking for the helm3 command you used to deploy MCAD, can you please share that? |
Thanks @starpit, can you please share commands that were used to install helm3? |
I have pinned on helm version 3.9.3, installing MCAD on minikube shows the below error: |
| are you sure you have my changes? that's the very problem that this PR addresses, by guarding it in the configmap template: |
| fwiw, here is the script the guidebooks use: https://github.com/guidebooks/store/blob/main/guidebooks/kubernetes/mcad/install/mcad.sh i just tried it, and it seemed to work. though i have helm 3.7.2... hopefully that doesn't matter. |
Thanks @starpit , good catch was on incorrect branch. it works on minikube: |
| Approving. LGTM. documentation update PR to follow. |
This should also be helm2 compatible, since the changes are tiny. helm3 is more strict w.r.t.
nilvalues.This PR also fixes a typo in the values.yaml (quote -> quota), which was probably masked by helm2's more lax nil enforcement.
Signed-off-by: Nick Mitchell nickm@us.ibm.com