We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Have to validate module.yaml file Developers ofter forget name or writing something weird to the stage
name
stage
The text was updated successfully, but these errors were encountered:
@yalosev
deckhouse-controller contains the following description of the module.yaml file:
type Definition struct { Name string `yaml:"name"` Weight uint32 `yaml:"weight,omitempty"` Tags []string `yaml:"tags"` Stage string `yaml:"stage"` Description string `yaml:"description"` Requirements *v1alpha1.ModuleRequirements `yaml:"requirements,omitempty"` DisableOptions DisableOptions `yaml:"disable"` }
What exactly do we need to check in the file? And what are considered critical errors?
Sorry, something went wrong.
juev
Successfully merging a pull request may close this issue.
Have to validate module.yaml file
Developers ofter forget
name
or writing something weird to thestage
The text was updated successfully, but these errors were encountered: