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

Add missing globals dictionary to schema #40

Merged
merged 2 commits into from
Nov 5, 2024
Merged

Conversation

marcelldls
Copy link
Contributor

For the globals dictionary, this still allows additionalProperties to be added - which means that you could accidentally include "enable" rather than "enabled" for example. However, since globals are passed to subcharts - there may be legitimate arbitrary globals passed that we have not considered. Im open to adding "additionalProperties": false because it would give a better hint during validation, but opting out of CI would be needed for adding arbitrary globals

@gilesknap
Copy link
Member

@marcelldls please can you remind me why location and ioc_group are in globals?

@marcelldls
Copy link
Contributor Author

@gilesknap I believe it is because we use location and ioc_group across multiple different charts

@gilesknap gilesknap merged commit 1057ab0 into main Nov 5, 2024
3 checks passed
@marcelldls marcelldls deleted the add-schema-globals branch November 25, 2024 14:53
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.

2 participants