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(helm): store garden metadata in configmap instead of helm values #5827

Merged
merged 3 commits into from Mar 14, 2024

Conversation

twelvemo
Copy link
Collaborator

@twelvemo twelvemo commented Mar 13, 2024

What this PR does / why we need it:
Store garden metadata for Helm deploy actions in a config map in the same namespace instead of adding them as additional values to the Helm release, which caused schema validation to fail for Helm charts with additionalProperties: false in the values.schema.json.

Also fixes a skipped integration test on localMode for Helm Charts by updating the example project from modules to actions.

Which issue(s) this PR fixes:

Fixes #3962

Special notes for your reviewer:

Copy link
Collaborator

@vvagaytsev vvagaytsev left a comment

Choose a reason for hiding this comment

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

Thank you! 💯

@vvagaytsev vvagaytsev added this pull request to the merge queue Mar 14, 2024
Merged via the queue into main with commit adcf968 Mar 14, 2024
41 checks passed
@vvagaytsev vvagaytsev deleted the helm-metadata-configmaps branch March 14, 2024 12:32
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.

Deploying Helm charts that use strict value validation breaks with Garden
2 participants