-
Notifications
You must be signed in to change notification settings - Fork 87
feat(charts/dex): Add extraObjects #143
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
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Martin Bouillaud <[email protected]>
Would be great :) |
+1 |
Super needed feature :) cc: @nabokihms |
I opened another PR #132 on this a long time ago as well. I know I'm biased, but I like my solution more as it allows extraObjects to be a dictionary or array. Useful for defining multiple extraObjects from different values files, such as one encrypted and another not. |
@TheRealNoob do you have any references from the community how other charts solve this? I'd be inclined to follow the footsteps of others. |
I've not run across any other charts currently allowing |
I based myself to Argo projects @TheRealNoob |
I understand the stance you're making, and I've made it myself many a time. In this instance I'm stating that I believe my change to have no negative drawbacks for anybody using their values file in the way your PR works, while also adding a feature that I believe others (and myself) would find useful. If you believe anything in that statement to be incorrect please let me know. If that isn't the issue, is there some other reason why my PR is undesired (other than it being different)? |
I'm in favour of PR #132 over this. |
Well, I have several examples for this: Notifik (as a list) Personally, i agree with @skhtor. Maps allow you to merge between files and it's easy to implement too, so they are more useful |
So ... any news on this ? I close this one and would be great to make something for #132, we need this ! @TheRealNoob |
Overview
This PR add the ability to include extraObjects. Array of extra K8s manifests to deploy
What this PR does / why we need it
Closes #3227
Special notes for your reviewer
Checklist
Chart.yaml
(see the contributing guide for details)Chart.yaml
(see the contributing guide for details)make docs