mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 09:26:54 +00:00
Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com> Co-authored-by: Jim Bugwadia <jim@nirmata.com>
20 lines
398 B
YAML
20 lines
398 B
YAML
apiVersion: kyverno.io/v1
|
|
kind: ClusterPolicy
|
|
metadata:
|
|
name: unknown
|
|
spec:
|
|
background: false
|
|
rules:
|
|
- name: unknown
|
|
match:
|
|
any:
|
|
- resources:
|
|
kinds:
|
|
- v2/Pod
|
|
validate:
|
|
failureAction: Audit
|
|
message: 'The label `team` is required.'
|
|
pattern:
|
|
metadata:
|
|
labels:
|
|
team: '?*'
|