From 57e1aec00037fce0914d14fc81afdc4a861e8f26 Mon Sep 17 00:00:00 2001 From: Huabing Zhao Date: Tue, 31 Oct 2023 15:46:58 +0800 Subject: [PATCH] fix Failed to update SecurityPolicy status (#2128) fix #2127 Signed-off-by: Huabing Zhao --- charts/gateway-helm/templates/_rbac.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/gateway-helm/templates/_rbac.tpl b/charts/gateway-helm/templates/_rbac.tpl index 68cbe6be8fa..c009b66a33b 100644 --- a/charts/gateway-helm/templates/_rbac.tpl +++ b/charts/gateway-helm/templates/_rbac.tpl @@ -83,6 +83,7 @@ resources: - envoypatchpolicies/status - clienttrafficpolicies/status - backendtrafficpolicies/status +- securitypolicies/status verbs: - update {{- end }}