You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Kustomize to compose my k8s resources. I have a set of patch yamls in my Overlay folder that I want to ignore. With conftest, there is this plugin that takes care of this situation:
I'm using Kustomize to compose my k8s resources. I have a set of patch yamls in my Overlay folder that I want to ignore. With conftest, there is this plugin that takes care of this situation:
https://www.conftest.dev/options/#-ignore
How could I ignore this with this plugin?
Here is what I tried:
helm conftest helm-k8s -p test -i "*-patch.yaml"
But this fails:
As a reference, here is the project:
https://github.com/joesan/plant-simulator-deployment
The text was updated successfully, but these errors were encountered: