Skip to content

Commit

Permalink
fix(chart): add AnalysisRun permissions for users (akuity#1798)
Browse files Browse the repository at this point in the history
Signed-off-by: Hidde Beydals <hidde@hhh.computer>
  • Loading branch information
hiddeco authored Apr 8, 2024
1 parent e5ba15d commit 9bd8d42
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions charts/kargo/templates/users/cluster-roles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,14 @@ rules:
- analysistemplates
verbs:
- "*"
- apiGroups:
- argoproj.io
resources:
- analysisruns
verbs:
- get
- list
- watch
{{- end }}
---
apiVersion: rbac.authorization.k8s.io/v1
Expand Down Expand Up @@ -110,5 +118,13 @@ rules:
- get
- list
- watch
- apiGroups:
- argoproj.io
resources:
- analysisruns
verbs:
- get
- list
- watch
{{- end }}
{{- end }}

0 comments on commit 9bd8d42

Please sign in to comment.