Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
fix: missing verbs and fix discovery apigroup
Browse files Browse the repository at this point in the history
  • Loading branch information
youkoulayley authored Apr 17, 2023
1 parent 88067c8 commit 4b0937b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hub-agent/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: hub-agent
version: 1.5.5-alpha.3
version: 1.5.5-alpha.4
appVersion: "v1.3.0"
# Because of https://github.com/helm/helm/issues/3810 the pre-release version suffix has to be defined.
# This allows the installation on Kubernetes cluster with a pre-release version (e.g. v1.19.9-gke.1900)
Expand Down
13 changes: 11 additions & 2 deletions hub-agent/templates/rbac/cluster-role-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,18 @@ rules:
- apiGroups:
- ""
resources:
- nodes
- namespaces
- pods
verbs:
- list
- apiGroups:
- ""
resources:
- nodes
verbs:
- list
- get
- watch
- apiGroups:
- traefik.containo.us
resources:
Expand Down Expand Up @@ -137,8 +144,10 @@ rules:
- create
- patch
- apiGroups:
- discovery
- discovery.k8s.io
resources:
- endpointslices
verbs:
- list
- get
- watch

0 comments on commit 4b0937b

Please sign in to comment.