Description of problem:
let's assume you want to apply a Policy based on the following input
apiVersion: constraints.gatekeeper.sh/v1beta1
kind: K8sPSPAutomountServiceAccountTokenPod
metadata:
name: psp-automount-serviceaccount-token-pod
spec:
match:
kinds:
- apiGroups: [""]
kinds: ["Pod"]
excludedNamespaces: ["kube-system"]
I works fine but let's assume you make a typo which is basically an invalid kubernetes object : psp_automount-serviceaccount-token-pod
the Policy will show no status in the UI, some error would be expected
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
- ...