If you find this useful or have ideas I’d love to hear about your experience. If you find bugs or something weird, send me the YAML and I will look into it. Contact details on the page!
This is a side project so it really only gets updated on weekends and after working-hours (6:00pm eastern).
The problem here is the data is invalid, not the YAML structure or schema itself. This service doesn’t do data validations in that way, you’re better off using kubectl apply -f for data validations.
@chuckhakubeyaml.com is not validating YAML if it has tabs used for indentation.
Because YAML does accept tabs for indentations, it used spaces.
Just wanted to heads up that someone can update the app to include tabs validation