Skip to content
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

feat(charts/dex): add extraObjects #132

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

TheRealNoob
Copy link

@TheRealNoob TheRealNoob commented Jun 6, 2024

Overview

What this PR does / why we need it

Closes #23 #130 dexidp/dex#3227

add extraObjects object, allowing people to define their own (set of) custom manifests

Special notes for your reviewer

Checklist

  • [x ] Change log updated in Chart.yaml (see the contributing guide for details)
  • [ x] Chart version bumped in Chart.yaml (see the contributing guide for details)
  • [ x] Documentation regenerated by running make docs

@TheRealNoob TheRealNoob changed the title add extraObjects support feat(charts/dex): add extraObjects Jun 6, 2024
@TheRealNoob
Copy link
Author

TheRealNoob commented Mar 18, 2025

@nabokihms Could I bother you for a review please? There is another PR #143 open aiming to do the same thing - one should be merged the other closed.

@skhtor
Copy link

skhtor commented Mar 24, 2025

I've added this functionality to a bunch of our charts in my organisation. I'm +1 in favour of allowing extraObjects to be inputted as a dict, as it allows for merging across multiple values files

Helm complains when coasescing objects of two different types, such as from the default list to map

Signed-off-by: TheRealNoob <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Option to create a secret when using the Google connector.
2 participants