Skip to content

Commit e50baf9

Browse files
authored
Merge pull request #1102 from NVIDIA/events-clusterrole
move permissions for events from Role to ClusterRole
2 parents 90c161e + 09bcc71 commit e50baf9

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

bundle/manifests/gpu-operator-certified.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,6 +679,7 @@ spec:
679679
- apiGroups:
680680
- ""
681681
resources:
682+
- events
682683
- pods
683684
- pods/eviction
684685
verbs:
@@ -761,7 +762,6 @@ spec:
761762
resources:
762763
- configmaps
763764
- endpoints
764-
- events
765765
- secrets
766766
- services
767767
- services/finalizers

deployments/gpu-operator/templates/clusterrole.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ rules:
7373
- apiGroups:
7474
- ""
7575
resources:
76+
- events
7677
- pods
7778
- pods/eviction
7879
verbs:

deployments/gpu-operator/templates/role.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ rules:
4444
resources:
4545
- configmaps
4646
- endpoints
47-
- events
4847
- pods
4948
- pods/eviction
5049
- secrets

0 commit comments

Comments
 (0)