From c114cbd58f05f37bb52791b56c9d726ebea463d8 Mon Sep 17 00:00:00 2001 From: yu-croco Date: Fri, 19 Jan 2024 11:40:30 +0900 Subject: [PATCH] chore(argo-cd): Add permission as following upstream's update Signed-off-by: yu-croco --- .../templates/argocd-application-controller/role.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/charts/argo-cd/templates/argocd-application-controller/role.yaml b/charts/argo-cd/templates/argocd-application-controller/role.yaml index 56ef17b5..ea550e1f 100644 --- a/charts/argo-cd/templates/argocd-application-controller/role.yaml +++ b/charts/argo-cd/templates/argocd-application-controller/role.yaml @@ -34,4 +34,12 @@ rules: - events verbs: - create - - list \ No newline at end of file + - list +- apiGroups: + - apps + resources: + - deployments + verbs: + - get + - list + - watch