mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
19 lines
No EOL
348 B
YAML
19 lines
No EOL
348 B
YAML
apiVersion: kyverno.io/v1
|
|
kind: ClusterPolicy
|
|
metadata:
|
|
name: mutate-wildcard
|
|
spec:
|
|
background: false
|
|
failurePolicy: Ignore
|
|
rules:
|
|
- name: mutate-wildcard
|
|
match:
|
|
all:
|
|
- resources:
|
|
kinds:
|
|
- "*"
|
|
mutate:
|
|
patchStrategicMerge:
|
|
metadata:
|
|
annotations:
|
|
test: "app" |