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

[ENHANCEMENT] explore creating schema validation for env keys in values.yaml #2715

Open
hamza-m-masood opened this issue Dec 20, 2024 · 0 comments
Labels
kind/enhancement New feature or request

Comments

@hamza-m-masood
Copy link
Contributor

Describe the use case:

Continuation of #2475
The schema is already added for 8.7 chart.
Explore if this schema can be enhanced for validating the env keys in the values.yaml

Describe the enhancement/feature:

For example, this could be implemented by copying the k8s pod env schema using post-rendering after generating the chart and pasting it into the corresponding chart components env for the schema to validate the env keys.

Desired outcome and acceptance tests:

If an incorrect env key is provided then the schema should result in an error.

@hamza-m-masood hamza-m-masood added the kind/enhancement New feature or request label Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant