Hello everyone :slightly_smiling_face: I use gatek...
# general
m
Hello everyone 🙂 I use gatekeeper to require specific labels on namespaces, when I try to create app and namespace with fleet.yaml ( I add namespaceLabels to my fleet.yaml) gatekeeper still forbid creation of namespace , however if I create ns manually in the cluster it works . Here is an error I get
Copy code
admission webhook "validation.gatekeeper.sh" denied the request: [all-must-have-role] All namespaces must have a `role`
Same happens if I manually create namespace with required labels and try to deploy app by specifying namespace I created in fleet.yaml. Does anyone have any ideas? Thank you