Skip to content

Commit

Permalink
Merge pull request #218 from ethersphere/darkobas-cr
Browse files Browse the repository at this point in the history
beekeeper: add required clusterroles
  • Loading branch information
darkobas2 authored Nov 5, 2024
2 parents b766afa + 6f5c36a commit c76521d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions charts/beekeeper/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,11 @@ rules:
- apiGroups: [""]
resources: ["secrets"]
verbs: ["get", "create", "list", "watch"]
- apiGroups: ["apps"]
resources: ["statefulsets"]
- apiGroups: ["networking.k8s.io"]
resources: ["ingresses","ingressroutes"]
verbs: ["get", "list", "watch"]
- apiGroups: ["traefik.containo.us"]
resources: ["ingresses","ingressroutes"]
verbs: ["get", "list", "watch"]

---
Expand All @@ -62,4 +65,4 @@ roleRef:
kind: ClusterRole
name: {{ include "beekeeper.serviceAccountName" . }}
apiGroup: rbac.authorization.k8s.io
{{- end -}}
{{- end -}}

0 comments on commit c76521d

Please sign in to comment.