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/cleanup-policy-with-clusterrole/clusterrole.yaml

19 lines
356 B
YAML
Raw Normal View History

apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
labels:
app.kubernetes.io/component: cleanup-controller
app.kubernetes.io/instance: kyverno
app.kubernetes.io/part-of: kyverno
name: kyverno:cleanup-secrets
rules:
- apiGroups:
- ""
resources:
- secrets
resourceNames:
- test-secret
verbs:
- list
- delete