From a25c80f86b0bf4d7f1d65a2c3f2d0eaa4fe63d78 Mon Sep 17 00:00:00 2001 From: Mikhail B <130518211+mikhail-aws@users.noreply.github.com> Date: Mon, 30 Oct 2023 10:22:37 -0700 Subject: [PATCH] update helm template with iamauthpolicy status (#461) --- helm/templates/cluster-role-controller.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/helm/templates/cluster-role-controller.yaml b/helm/templates/cluster-role-controller.yaml index 4a6477cc..0f431281 100644 --- a/helm/templates/cluster-role-controller.yaml +++ b/helm/templates/cluster-role-controller.yaml @@ -370,4 +370,12 @@ rules: resources: - iamauthpolicies/finalizers verbs: - - update \ No newline at end of file + - update +- apiGroups: + - application-networking.k8s.aws + resources: + - iamauthpolicies/status + verbs: + - get + - patch + - update