Skip to content

Commit

Permalink
Merge pull request #407 from arkadeepsen/ocpbugs-32093
Browse files Browse the repository at this point in the history
OCPBUGS-32093: Add RBAC related to featuregates to fix hypershift upgrade
  • Loading branch information
openshift-merge-bot[bot] committed Apr 20, 2024
2 parents 9eb9834 + 5a1285a commit 49290d7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions manifests/0000_70_dns-operator_00-cluster-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,12 @@ rules:
- clusteroperators/status
verbs:
- update

- apiGroups:
- config.openshift.io
resources:
- featuregates
verbs:
- get
- list
- watch

0 comments on commit 49290d7

Please sign in to comment.