Skip to content

Commit

Permalink
fix(kgo): add missing RBAC policy rules for cert-manager's Certificat…
Browse files Browse the repository at this point in the history
…e resources (#1040)
  • Loading branch information
pmalek authored Mar 19, 2024
1 parent 994fec0 commit df57d83
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
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.2
version: 0.1.3
appVersion: "1.2.0"
annotations:
artifacthub.io/prerelease: "false"
Expand Down
11 changes: 11 additions & 0 deletions charts/gateway-operator/templates/rbac-resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,17 @@ rules:
- create
- delete
- get
- apiGroups:
- cert-manager.io
resources:
- certificates
verbs:
- create
- delete
- get
- list
- patch
- update
- apiGroups:
- configuration.konghq.com
resources:
Expand Down

0 comments on commit df57d83

Please sign in to comment.