From dab8fdedbc805d60609b1747d07cb961f3decbd6 Mon Sep 17 00:00:00 2001 From: Petr Drastil Date: Fri, 16 Aug 2024 20:49:48 +0200 Subject: [PATCH] Add missing permissions Signed-off-by: Petr Drastil --- charts/argo-cd/templates/argocd-applicationset/clusterrole.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/argo-cd/templates/argocd-applicationset/clusterrole.yaml b/charts/argo-cd/templates/argocd-applicationset/clusterrole.yaml index 9c9b9193..7b1f1998 100644 --- a/charts/argo-cd/templates/argocd-applicationset/clusterrole.yaml +++ b/charts/argo-cd/templates/argocd-applicationset/clusterrole.yaml @@ -35,6 +35,8 @@ rules: - appprojects verbs: - get + - list + - watch - apiGroups: - "" resources: