artifacts/oci/rundeck/yaml/rundeck-ClusterRole.yaml
2023-02-20 10:47:32 +08:00

11 lines
251 B
YAML

---
kind: ClusterRole
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: rundeck-role
labels:
app: rundeck
rules:
- apiGroups: ["autoscaling"]
resources: ["horizontalpodautoscalers"]
verbs: ["list", "get", "watch", "patch", "update"]