mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 16:06:56 +00:00
26 lines
579 B
YAML
26 lines
579 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
|
|
source:
|
|
component: 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
|
|
source:
|
|
component: kyverno-admission
|
|
type: Normal
|