SovereignCloudStack / cluster-stacks

Definition of Cluster Stacks based on the ClusterAPI ClusterClass feature
https://scs.community/
Apache License 2.0
7 stars 6 forks source link

fix(ci): Fix .yamllint file #113

Closed gtema closed 3 weeks ago

gtema commented 3 weeks ago

Current yamllint validation fails (hmm, how was the check introduced if it is failing). Fix this by explicitly excluding helm templated paths from the check since it is NOT possible to check them with yamllint (there is helm lint verification instead). In addition to that skip document-start check until all files get the required header.

Signed-off-by: Artem Goncharov artem.goncharov@gmail.com