Describe the bug
If patch file is called only patch.yaml, it is not correctly handled
Expected behavior
A patch file could be called something.patch.yaml, but also patch.yaml. Examples in kustomize repo uses only patch.yaml, so it could be difficult for a user to start to use mlp with kustomize
Describe the bug If patch file is called only
patch.yaml
, it is not correctly handledExpected behavior A patch file could be called
something.patch.yaml
, but alsopatch.yaml
. Examples in kustomize repo uses only patch.yaml, so it could be difficult for a user to start to use mlp with kustomize