Skip to content

Commit

Permalink
Add back list & watch rules for cluster-wide ingresses to fix permiss…
Browse files Browse the repository at this point in the history
…ion error

[noissue]
  • Loading branch information
rooftopcellist authored and ipanova committed May 25, 2023
1 parent f07fead commit b7d6e6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bundle/manifests/pulp-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1017,6 +1017,8 @@ spec:
- ingresses
verbs:
- get
- list
- watch
serviceAccountName: pulp-operator-sa
deployments:
- label:
Expand Down
2 changes: 2 additions & 0 deletions config/rbac/cluster_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ rules:
- ingresses
verbs:
- get
- list
- watch

0 comments on commit b7d6e6e

Please sign in to comment.