mirror of
https://github.com/gwg313/homelab-gitops.git
synced 2026-06-06 00:30:59 +00:00
12 lines
319 B
YAML
12 lines
319 B
YAML
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: ClusterRole
|
|
metadata:
|
|
name: kyverno:cleanup-pods
|
|
labels:
|
|
rbac.kyverno.io/aggregate-to-cleanup-controller: "true"
|
|
annotations:
|
|
argocd.argoproj.io/sync-wave: "-1"
|
|
rules:
|
|
- apiGroups: [""]
|
|
resources: ["pods"]
|
|
verbs: ["get", "list", "watch", "delete"]
|