You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which is a valid element according to the Helm docs.
Though, ct lint fails with
Validating /path/to/my/chart/Chart.yaml...
Validation failed!
Error validating data '/path/to/my/chart/Chart.yaml' with schema '/usr/local/etc/ct/chart_schema.yaml'
type: Unexpected element
What you expected to happen:
ct should not fail validating Chart.yaml as type is a valid field.
How to reproduce it (as minimally and precisely as possible):
Add type: application to Chart.yaml and run ct lint.
The text was updated successfully, but these errors were encountered:
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
BUG REPORT
Version of Helm and Kubernetes:
What happened:
My Chart.yaml includes the following element:
which is a valid element according to the Helm docs.
Though,
ct lint
fails withWhat you expected to happen:
ct should not fail validating
Chart.yaml
astype
is a valid field.How to reproduce it (as minimally and precisely as possible):
Add
type: application
toChart.yaml
and runct lint
.The text was updated successfully, but these errors were encountered: