Skip to content

Commit

Permalink
Merge pull request #19002 from meeech/fix-kong-perms
Browse files Browse the repository at this point in the history
Add missing permission to kong-serviceaccount
  • Loading branch information
spowelljr authored Jun 3, 2024
2 parents 3c45cf4 + 4538872 commit 6c565e5
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions deploy/addons/kong/kong-ingress-controller.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -1385,6 +1385,12 @@ rules:
- get
- patch
- update
- apiGroups:
- apiextensions.k8s.io
resources:
- customresourcedefinitions
verbs:
- list
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
Expand Down Expand Up @@ -1782,7 +1788,7 @@ spec:
value: /dev/stderr
- name: KONG_ROUTER_FLAVOR
value: traditional
image: {{.CustomRegistries.Kong | default .ImageRepository | default .Registries.Kong}}{{.Images.Kong}}
image: {{.CustomRegistries.Kong | default .ImageRepository | default .Registries.Kong}}{{.Images.Kong}}
lifecycle:
preStop:
exec:
Expand Down Expand Up @@ -1846,4 +1852,4 @@ kind: IngressClass
metadata:
name: kong
spec:
controller: ingress-controllers.konghq.com/kong
controller: ingress-controllers.konghq.com/kong

0 comments on commit 6c565e5

Please sign in to comment.