Duncan Hutty
Results
2
comments of
Duncan Hutty
The reason I chose the word 'semantics' was to emphasize that if yamllint exited with an error, it means that the YAML being tested might be semantically different from what...
seems like this could be achieved by sending the input YAML through a [yq](https://github.com/mikefarah/yq) filter before handing it to tfk8s. Perhaps something like: `yq 'del(.metadata.annotations.cni.projectcalico.org/podIP)' input.yaml | tfk8s ...`