yannh / kubeconform

A FAST Kubernetes manifests validator, with support for Custom Resources!
Apache License 2.0
2.15k stars 121 forks source link

Fix #130 in a backward-compatible way #219

Closed ymmt2005 closed 1 year ago

ymmt2005 commented 1 year ago

This is an alternative way to fix #130. Instead of changing the group variable content, this commit adds a new variable fullgroup that does not split the group components.

With this, users can specify the filename format like:

FILENAME_FORMAT='{fullgroup}-{version}-{kind}'
yannh commented 1 year ago

Yep why not! Thanks :heart: