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

charts: Add schema for values.yaml #2025

Merged
merged 2 commits into from
Jun 18, 2024
Merged

charts: Add schema for values.yaml #2025

merged 2 commits into from
Jun 18, 2024

Conversation

knrt10
Copy link
Contributor

@knrt10 knrt10 commented Jun 3, 2024

Charts did not have defined structure for Headlamp value configurations. Now we have defined schema for the same which will run while linting, installing, upgrading or templating the helm charts.

Fixes: #1926

Charts did not have defined structure for Headlamp value configurations.
Now we have defined schema for the same which will run while linting,
installing, upgrading or templating the helm charts.

Fixes: #1926
Signed-off-by: Kautilya Tripathi <ktripathi@microsoft.com>
It should be an array rather than an object. Array can contain objects
as well.

Signed-off-by: Kautilya Tripathi <ktripathi@microsoft.com>
@joaquimrocha joaquimrocha merged commit e1a1d32 into main Jun 18, 2024
8 checks passed
@joaquimrocha joaquimrocha deleted the helm-value-schema branch June 18, 2024 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

charts: Add a values schema
3 participants