Skip to content

Commit

Permalink
fix(kgo): add missing cert-manager Certificate watch RBAC policy rule (
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek authored Mar 21, 2024
1 parent df57d83 commit 0e8c4b5
Show file tree
Hide file tree
Showing 2 changed files with 2 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.3
version: 0.1.4
appVersion: "1.2.0"
annotations:
artifacthub.io/prerelease: "false"
Expand Down
1 change: 1 addition & 0 deletions charts/gateway-operator/templates/rbac-resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ rules:
- list
- patch
- update
- watch
- apiGroups:
- configuration.konghq.com
resources:
Expand Down

0 comments on commit 0e8c4b5

Please sign in to comment.