1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-10 01:46:55 +00:00
kyverno/test/conformance/chainsaw/rbac/mutate-policy-with-clusterrole/clusterrole.yaml

22 lines
402 B
YAML
Raw Normal View History

apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
labels:
app.kubernetes.io/component: background-controller
app.kubernetes.io/instance: kyverno
app.kubernetes.io/part-of: kyverno
name: kyverno:mutate-deployments
rules:
- apiGroups:
- apps
resources:
- deployments
resourceNames:
- "monitor-grafana"
verbs:
- get
- list
- patch
- update
- watch