Skip to content

Commit

Permalink
fix: add update permissions to odigos-ui sa (#1678)
Browse files Browse the repository at this point in the history
Co-authored-by: Tamir David <tamirdavid@Tamirs-MacBook-Pro.local>
  • Loading branch information
tamirdavid1 and Tamir David authored Nov 3, 2024
1 parent 8312222 commit 14f8228
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cmd/resources/ui.go
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ func NewUIClusterRole() *rbacv1.ClusterRole {
{
APIGroups: []string{"apps"},
Resources: []string{"deployments", "statefulsets", "daemonsets"},
Verbs: []string{"get", "list", "watch", "patch"},
Verbs: []string{"get", "list", "watch", "patch", "update"},
},
{
APIGroups: []string{"odigos.io"},
Expand Down
1 change: 1 addition & 0 deletions helm/odigos/templates/ui/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ rules:
- get
- list
- watch
- update
- patch
- apiGroups:
- odigos.io
Expand Down

0 comments on commit 14f8228

Please sign in to comment.