From fe0d25907fb94aa48e618a4ecb83c13c8eb1a7f6 Mon Sep 17 00:00:00 2001 From: Mikhail Berezovskiy Date: Mon, 30 Oct 2023 10:14:47 -0700 Subject: [PATCH] update helm template with iamauthpolicy status --- 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