samba-in-kubernetes / samba-operator

An operator for a Samba as a service on PVCs in kubernetes
Apache License 2.0
110 stars 24 forks source link

makefile: reformat yaml upon 'make manifests' #143

Closed synarete closed 2 years ago

synarete commented 2 years ago

Tools like 'controller-gen' generates output YAML files which does not adhere the strict format of 'yamllint'. Re-run yamls re-formatter script and the end of 'make manifests' rule.

Fixes #140

Signed-off-by: Shachar Sharon ssharon@redhat.com