mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 16:06:56 +00:00
20 lines
481 B
YAML
20 lines
481 B
YAML
apiVersion: v1
|
|
kind: Namespace
|
|
metadata:
|
|
name: policy-exception-events-creation-polex-ns
|
|
---
|
|
apiVersion: kyverno.io/v2alpha1
|
|
kind: PolicyException
|
|
metadata:
|
|
name: policy-exception-allow-latest
|
|
namespace: policy-exception-events-creation-polex-ns
|
|
spec:
|
|
exceptions:
|
|
- policyName: disallow-latest-tag-events-creation
|
|
ruleNames:
|
|
- validate-image-tag
|
|
match:
|
|
any:
|
|
- resources:
|
|
namespaces:
|
|
- policy-exception-events-creation-ns
|