From 42e307ad71128a0e8df11595e4f7cb1ad2ff4b8d Mon Sep 17 00:00:00 2001 From: Jintao Zhang Date: Thu, 14 Mar 2024 19:53:31 +0800 Subject: [PATCH] fix(kgo): RBAC for AIGateway (#1035) --- charts/gateway-operator/Chart.yaml | 2 +- charts/gateway-operator/templates/rbac-resources.yaml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/charts/gateway-operator/Chart.yaml b/charts/gateway-operator/Chart.yaml index a92d6906f..9b8041c93 100644 --- a/charts/gateway-operator/Chart.yaml +++ b/charts/gateway-operator/Chart.yaml @@ -8,7 +8,7 @@ maintainers: name: gateway-operator sources: - https://github.com/Kong/charts/tree/main/charts/gateway-operator -version: 0.0.1-alpha.1 +version: 0.0.1-alpha.2 appVersion: "1.2.0" annotations: artifacthub.io/prerelease: "true" diff --git a/charts/gateway-operator/templates/rbac-resources.yaml b/charts/gateway-operator/templates/rbac-resources.yaml index 9f083510d..2ca2b391f 100644 --- a/charts/gateway-operator/templates/rbac-resources.yaml +++ b/charts/gateway-operator/templates/rbac-resources.yaml @@ -506,6 +506,8 @@ rules: resources: - gateways verbs: + - create + - delete - get - list - patch @@ -546,8 +548,12 @@ rules: resources: - httproutes verbs: + - create + - delete - get - list + - patch + - update - watch - apiGroups: - gateway.networking.k8s.io