From fc89a4a3bdda7ac23e9034a597a77c10b84e7acf Mon Sep 17 00:00:00 2001 From: OpenGuidou Date: Sat, 12 Oct 2024 13:30:13 +0200 Subject: [PATCH] fix(rbac): Add rights on applicationsets for the application controller Signed-off-by: OpenGuidou --- .../argocd-application-controller-role.yaml | 1 + manifests/core-install.yaml | 1 + manifests/ha/install.yaml | 1 + manifests/ha/namespace-install.yaml | 1 + manifests/install.yaml | 1 + manifests/namespace-install.yaml | 1 + 6 files changed, 6 insertions(+) diff --git a/manifests/base/application-controller-roles/argocd-application-controller-role.yaml b/manifests/base/application-controller-roles/argocd-application-controller-role.yaml index a672268eb1dd9..f0e2e240ea96a 100644 --- a/manifests/base/application-controller-roles/argocd-application-controller-role.yaml +++ b/manifests/base/application-controller-roles/argocd-application-controller-role.yaml @@ -20,6 +20,7 @@ rules: - argoproj.io resources: - applications + - applicationsets - appprojects verbs: - create diff --git a/manifests/core-install.yaml b/manifests/core-install.yaml index cab3ad4da450b..02ab4930161ca 100644 --- a/manifests/core-install.yaml +++ b/manifests/core-install.yaml @@ -22213,6 +22213,7 @@ rules: - argoproj.io resources: - applications + - applicationsets - appprojects verbs: - create diff --git a/manifests/ha/install.yaml b/manifests/ha/install.yaml index 12c95ce19cf4c..d394684186d88 100644 --- a/manifests/ha/install.yaml +++ b/manifests/ha/install.yaml @@ -22251,6 +22251,7 @@ rules: - argoproj.io resources: - applications + - applicationsets - appprojects verbs: - create diff --git a/manifests/ha/namespace-install.yaml b/manifests/ha/namespace-install.yaml index a28f0dd53808b..9c74491ae0d7c 100644 --- a/manifests/ha/namespace-install.yaml +++ b/manifests/ha/namespace-install.yaml @@ -95,6 +95,7 @@ rules: - argoproj.io resources: - applications + - applicationsets - appprojects verbs: - create diff --git a/manifests/install.yaml b/manifests/install.yaml index a823cdddb30cb..f1b90ab1311d1 100644 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -22240,6 +22240,7 @@ rules: - argoproj.io resources: - applications + - applicationsets - appprojects verbs: - create diff --git a/manifests/namespace-install.yaml b/manifests/namespace-install.yaml index f0f0367c78b56..8d76a38781113 100644 --- a/manifests/namespace-install.yaml +++ b/manifests/namespace-install.yaml @@ -84,6 +84,7 @@ rules: - argoproj.io resources: - applications + - applicationsets - appprojects verbs: - create