From df57d8378ebf9f94c9f9f32a3c42705bb0e99f02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ma=C5=82ek?= Date: Tue, 19 Mar 2024 18:17:07 +0100 Subject: [PATCH] fix(kgo): add missing RBAC policy rules for cert-manager's Certificate resources (#1040) --- charts/gateway-operator/Chart.yaml | 2 +- charts/gateway-operator/templates/rbac-resources.yaml | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/charts/gateway-operator/Chart.yaml b/charts/gateway-operator/Chart.yaml index fbc2033b6..8bfdac537 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.1.2 +version: 0.1.3 appVersion: "1.2.0" annotations: artifacthub.io/prerelease: "false" diff --git a/charts/gateway-operator/templates/rbac-resources.yaml b/charts/gateway-operator/templates/rbac-resources.yaml index 2ca2b391f..3bc6a8629 100644 --- a/charts/gateway-operator/templates/rbac-resources.yaml +++ b/charts/gateway-operator/templates/rbac-resources.yaml @@ -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: