mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-10 09:56:55 +00:00
Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com> Co-authored-by: Jim Bugwadia <jim@nirmata.com>
19 lines
362 B
YAML
Executable file
19 lines
362 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:
|
|
failureAction: Enforce
|
|
message: The label app=foo is required
|
|
pattern:
|
|
metadata:
|
|
labels:
|
|
app: foo
|