This repository has been archived on 2023-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
gitops-tbrnt/goldilocks/dashboard/clusterrole.yaml

23 lines
383 B
YAML

---
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: ClusterRole
metadata:
name: goldilocks-dashboard
labels:
app: goldilocks
rules:
- apiGroups:
- 'autoscaling.k8s.io'
resources:
- 'verticalpodautoscalers'
verbs:
- 'get'
- 'list'
- apiGroups:
- 'apps'
resources:
- 'deployments'
verbs:
- 'get'
- 'list'