Skip to content

Commit

Permalink
fix: add cluster role binding to cluster role (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
kosmoz committed Aug 1, 2023
1 parent eec5c11 commit c8a49c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/glasskube-operator/templates/cluster-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ rules:
resources:
- roles
- rolebindings
- clusterrolebindings
verbs:
- create
- get
Expand Down
1 change: 1 addition & 0 deletions deploy/cluster/cluster-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ rules:
resources:
- roles
- rolebindings
- clusterrolebindings
verbs:
- create
- get
Expand Down

0 comments on commit c8a49c2

Please sign in to comment.