mirror of
https://github.com/kyverno/kyverno.git
synced 2025-01-20 18:52:16 +00:00
04e5f50cde
Co-authored-by: shuting <shuting@nirmata.com>
19 lines
No EOL
350 B
YAML
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" |