krisnova / naml

Convert Kubernetes YAML to Golang
Apache License 2.0
1.26k stars 37 forks source link

Codify Unable to Parse Objects #84

Closed krisnova closed 2 years ago

krisnova commented 2 years ago

Error during codify: unable to parse objects: unable to codify: missing NAML support for type


Caused from YAML comments

---
# This is a comment
valid: yaml

We just need to ignore all lines starting with # in the parsing logic