mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 16:06:56 +00:00
* feat: migrate events to events.k8s.io group Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com> * fix: kuttl event tests Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com> * migrate background events to events.k8s.io Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com> * update kuttl tests Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com> * remove ResourceSkipped from actions Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com> --------- Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com>
24 lines
577 B
YAML
24 lines
577 B
YAML
apiVersion: v1
|
|
involvedObject:
|
|
apiVersion: kyverno.io/v2alpha1
|
|
kind: PolicyException
|
|
name: policy-exception-allow-latest
|
|
namespace: policy-exception-events-creation-polex-ns
|
|
kind: Event
|
|
metadata:
|
|
namespace: policy-exception-events-creation-polex-ns
|
|
reason: PolicySkipped
|
|
reportingComponent: kyverno-admission
|
|
type: Normal
|
|
---
|
|
apiVersion: v1
|
|
involvedObject:
|
|
apiVersion: kyverno.io/v1
|
|
kind: ClusterPolicy
|
|
name: disallow-latest-tag-events-creation
|
|
kind: Event
|
|
metadata:
|
|
namespace: default
|
|
reason: PolicySkipped
|
|
reportingComponent: kyverno-admission
|
|
type: Normal
|