From 137128bf3108f6a2aa0905aa7e72c6b83553cd30 Mon Sep 17 00:00:00 2001 From: ssttehrani Date: Wed, 22 Nov 2023 00:17:57 +0330 Subject: [PATCH] chore: trigger Helm chart releaser --- .../templates/manager-rbac.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/charts/route-to-contour-httpproxy/templates/manager-rbac.yaml b/deploy/charts/route-to-contour-httpproxy/templates/manager-rbac.yaml index 82a994f..cdba2d9 100644 --- a/deploy/charts/route-to-contour-httpproxy/templates/manager-rbac.yaml +++ b/deploy/charts/route-to-contour-httpproxy/templates/manager-rbac.yaml @@ -20,17 +20,17 @@ rules: - apiGroups: - "" resources: - - services + - endpoints verbs: - get - - list - - watch - apiGroups: - "" resources: - - endpoints + - services verbs: - get + - list + - watch - apiGroups: - projectcontour.io resources: