1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-01-20 18:52:16 +00:00
kyverno/test/policy.yaml
Vyankatesh Kudtarkar 04e5f50cde
fix mutate wildcard issue (#3193)
Co-authored-by: shuting <shuting@nirmata.com>
2022-02-18 10:32:10 +00:00

19 lines
No EOL
350 B
YAML

apiVersion: kyverno.io/v1
kind: ClusterPolicy
metadata:
name: who-created-this
spec:
background: false
failurePolicy: Ignore
rules:
- name: who-created-this
match:
all:
- resources:
kinds:
- "*"
mutate:
patchStrategicMerge:
metadata:
annotations:
test: "app"