Description
Expected behavior
The gatekeeper validation does not work as expected when running on nested packages in a mono repo where the nested packages are the same.
env/prod/app <-- contains contraint violation
env/stage/app <-- is ok
In a setup like this, I expect an error to be reported on the prod app.
Actual behavior
No error is reported. Probably because it is overshadowed by the stage app.
Information
Using 0.2.1 of https://catalog.kpt.dev/gatekeeper/v0.2/
kpt version: 1.0.0-beta.24