Skip to content

Commit

Permalink
chore(kgo): update rbac (#1114)
Browse files Browse the repository at this point in the history
  • Loading branch information
czeslavo authored Aug 9, 2024
1 parent fe3c070 commit 97bd85f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
7 changes: 7 additions & 0 deletions charts/gateway-operator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.1.11

### Changes

- Added `poddisruptionbudgets` to RBAC policy rules in operator's manager-role.
[#1114](https://github.com/Kong/charts/pull/1114)

## 0.1.10

### Changes
Expand Down
2 changes: 1 addition & 1 deletion charts/gateway-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ maintainers:
name: gateway-operator
sources:
- https://github.com/Kong/charts/tree/main/charts/gateway-operator
version: 0.1.10
version: 0.1.11
appVersion: "1.2"
annotations:
artifacthub.io/prerelease: "false"
Expand Down
12 changes: 12 additions & 0 deletions charts/gateway-operator/templates/rbac-resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -718,6 +718,18 @@ rules:
- patch
- update
- watch
- apiGroups:
- policy
resources:
- poddisruptionbudgets
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- rbac.authorization.k8s.io
resources:
Expand Down

0 comments on commit 97bd85f

Please sign in to comment.