Skip to content

Commit

Permalink
fix(chart): make rbac more explicit (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
pborn-ionos authored Aug 10, 2023
1 parent 73f67c6 commit 3ce9b42
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions charts/uptrends/templates/cluster_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,24 @@ metadata:
{{- include "uptrends.labels" (dict "context" . "component" .Values.controller.name "name" .Values.controller.name) | nindent 4 }}
rules:
- apiGroups:
- '*'
- networking.k8s.io
resources:
- '*'
- ingresses
verbs:
- '*'
- nonResourceURLs:
- '*'
- get
- list
- update
- watch
- apiGroups:
- operators.ionos-cloud.github.io
resources:
- uptrends
- uptrends/status
verbs:
- '*'
- create
- delete
- get
- list
- patch
- update
- watch

0 comments on commit 3ce9b42

Please sign in to comment.