mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 17:37:12 +00:00
19 lines
368 B
YAML
Executable file
19 lines
368 B
YAML
Executable file
apiVersion: kyverno.io/v1
|
|
kind: ClusterPolicy
|
|
metadata:
|
|
name: test
|
|
spec:
|
|
rules:
|
|
- match:
|
|
any:
|
|
- resources:
|
|
kinds:
|
|
- acid.zalan.do/v1/postgresql
|
|
name: test-rule
|
|
validate:
|
|
message: The label app=foo is required
|
|
pattern:
|
|
metadata:
|
|
labels:
|
|
app: foo
|
|
validationFailureAction: Enforce
|