1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-10 18:06:55 +00:00
kyverno/test/conformance/kuttl/validate/e2e/lowercase-kind-crd/01-manifests.yaml

25 lines
471 B
YAML
Raw Normal View History

apiVersion: v1
kind: Namespace
metadata:
name: test-validate
---
apiVersion: kyverno.io/v1
kind: ClusterPolicy
metadata:
name: test
spec:
validationFailureAction: Enforce
rules:
- name: test-rule
match:
any:
- resources:
kinds:
- "acid.zalan.do/v1/postgresql"
validate:
message: "The label app=foo is required"
pattern:
metadata:
labels:
app: foo