From ef2c0d391cf4e850b38e22d0247c559dcabcfdb2 Mon Sep 17 00:00:00 2001 From: Nathan Coleman Date: Thu, 7 Apr 2022 14:59:13 -0400 Subject: [PATCH] Allow Consul API Gateway controller to read ReferencePolicy (#1148) --- .../templates/api-gateway-controller-clusterrole.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/charts/consul/templates/api-gateway-controller-clusterrole.yaml b/charts/consul/templates/api-gateway-controller-clusterrole.yaml index 9f9acb2e86..c527e8d54a 100644 --- a/charts/consul/templates/api-gateway-controller-clusterrole.yaml +++ b/charts/consul/templates/api-gateway-controller-clusterrole.yaml @@ -114,6 +114,14 @@ rules: - get - list - watch +- apiGroups: + - gateway.networking.k8s.io + resources: + - referencepolicies + verbs: + - get + - list + - watch - apiGroups: - gateway.networking.k8s.io resources: