From 11b22abbb7027e9c68b0c7f15d7abb74fe5a4e73 Mon Sep 17 00:00:00 2001 From: Richard Wall Date: Thu, 14 Nov 2024 13:07:29 +0000 Subject: [PATCH] Fix the invalid API group rule for clusterrole venafi-kubernetes-agent-openshift-reader Signed-off-by: Richard Wall --- deploy/charts/venafi-kubernetes-agent/templates/rbac.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/charts/venafi-kubernetes-agent/templates/rbac.yaml b/deploy/charts/venafi-kubernetes-agent/templates/rbac.yaml index 519fa50e..0cad9e8d 100644 --- a/deploy/charts/venafi-kubernetes-agent/templates/rbac.yaml +++ b/deploy/charts/venafi-kubernetes-agent/templates/rbac.yaml @@ -213,7 +213,7 @@ metadata: labels: {{- include "venafi-kubernetes-agent.labels" . | nindent 4 }} rules: - - apiGroups: ["*.openshift.io"] + - apiGroups: ["route.openshift.io"] resources: - routes verbs: ["get", "list", "watch"]