Skip to content

Commit

Permalink
Add additional RBAC resources.
Browse files Browse the repository at this point in the history
  • Loading branch information
macb committed Oct 20, 2023
1 parent 3e560be commit d284982
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/vantage-kubernetes-agent/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: vantage-kubernetes-agent
description: A Helm chart for provisioning the Vantage Kubernetes agent.
description: Provisions the Vantage Kubernetes agent.
type: application
version: 1.0.1
version: 1.0.2
appVersion: "1.0.1"
icon: "https://www.vantage.sh/nav-logo.svg"
15 changes: 13 additions & 2 deletions charts/vantage-kubernetes-agent/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@ rules:
- apiGroups: [""]
resources: ["nodes/metrics"]
verbs: ["get"]
- apiGroups: [""]
resources: ["nodes", "pods"]
- apiGroups: ["", "apps", "batch"]
resources:
- "nodes"
- "pods"
- "namespaces"
- "replicasets"
- "replicationcontrollers"
- "deployments"
- "statefulsets"
- "jobs"
- "cronjobs"
- "persistentvolumes"
- "persistentvolumeclaims"
verbs: ["get", "watch", "list"]

0 comments on commit d284982

Please # to comment.