Add missing permission to kong-serviceaccount

pull/19002/head
mitchell amihod 2024-06-01 15:26:00 -04:00
parent 8754ae7152
commit 45388728ea
1 changed files with 8 additions and 2 deletions

View File

@ -1385,6 +1385,12 @@ rules:
- get
- patch
- update
- apiGroups:
- apiextensions.k8s.io
resources:
- customresourcedefinitions
verbs:
- list
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole