Skip to content

Commit

Permalink
Merge pull request #1104 from NVIDIA/cpick-events-clusterrole
Browse files Browse the repository at this point in the history
[release-24.9] move permissions for events from Role to ClusterRole
  • Loading branch information
tariq1890 authored Nov 5, 2024
2 parents 659c9b5 + a666a8d commit c3781f0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -679,6 +679,7 @@ spec:
- apiGroups:
- ""
resources:
- events
- pods
- pods/eviction
verbs:
Expand Down Expand Up @@ -761,7 +762,6 @@ spec:
resources:
- configmaps
- endpoints
- events
- secrets
- services
- services/finalizers
Expand Down
1 change: 1 addition & 0 deletions deployments/gpu-operator/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ rules:
- apiGroups:
- ""
resources:
- events
- pods
- pods/eviction
verbs:
Expand Down
1 change: 0 additions & 1 deletion deployments/gpu-operator/templates/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ rules:
resources:
- configmaps
- endpoints
- events
- pods
- pods/eviction
- secrets
Expand Down

0 comments on commit c3781f0

Please sign in to comment.