Skip to content

Commit

Permalink
Add missing events permissions (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
george-zubrienko authored Dec 5, 2024
1 parent b668a27 commit 7956c56
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .helm/templates/cluster-role-configmap-editor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ rules:
apiGroups:
- ""
resources:
- events
- configmaps
{{- end }}
1 change: 1 addition & 0 deletions .helm/templates/cluster-role-mla-editor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ rules:
apiGroups:
- "science.sneaksanddata.com"
resources:
- events
- machinelearningalgorithms
- machinelearningalgorithms/status
- machinelearningalgorithm
Expand Down
1 change: 1 addition & 0 deletions .helm/templates/cluster-role-secret-editor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ rules:
apiGroups:
- ""
resources:
- events
- secrets
{{- end }}

0 comments on commit 7956c56

Please sign in to comment.