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: Render control plane ingress spec as template in helm chart #2289

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

garryod
Copy link

@garryod garryod commented Nov 21, 2024

What issue type does this pull request address? (keep at least one, remove the others)
/kind enhancement

What does this pull request do? Which issues does it resolve? (use resolves #<issue_number> if possible)
partially resolves #1760 by rendering the .Values.controlPlane.ingress.spec as a helm template when substituting it into the ingress template

Please provide a short message that should be published in the vcluster release notes
Allows use of templates in chart .Values.controlPlane.ingress.spec

What else do we need to know?

Copy link

netlify bot commented Nov 21, 2024

Deploy Preview for vcluster-docs canceled.

Built without sensitive environment variables

Name Link
🔨 Latest commit 416924c
🔍 Latest deploy log https://app.netlify.com/sites/vcluster-docs/deploys/67405a531615f20008985b95

Copy link
Member

@FabianKramm FabianKramm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@garryod thanks a lot for the PR! LGTM, but would you mind adding a helm unit test for this so we got that new functionality covered? Also seems some unit tests are failing, would be nice if you could take a look

@garryod
Copy link
Author

garryod commented Nov 22, 2024

@garryod thanks a lot for the PR! LGTM, but would you mind adding a helm unit test for this so we got that new functionality covered? Also seems some unit tests are failing, would be nice if you could take a look

Sure thing, should all be resolved now

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.

Consider making charts more dynamic via use of tpl
2 participants