From b9014eb885819807529568de11fdc9e9fc4ff1ca Mon Sep 17 00:00:00 2001 From: Vojtech Mares Date: Thu, 16 Nov 2023 08:25:37 +0100 Subject: [PATCH] feat: add project cluster-infrastructure --- projects/cluster-infrastructure.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 projects/cluster-infrastructure.yaml diff --git a/projects/cluster-infrastructure.yaml b/projects/cluster-infrastructure.yaml new file mode 100644 index 0000000..a4e1854 --- /dev/null +++ b/projects/cluster-infrastructure.yaml @@ -0,0 +1,21 @@ +apiVersion: argoproj.io/v1alpha1 +kind: AppProject +metadata: + annotations: + argocd.argoproj.io/sync-options: PruneLast=true + argocd.argoproj.io/sync-wave: "-2" + name: cluster-infrastructure + namespace: argocd +spec: + clusterResourceWhitelist: + - group: "*" + kind: "*" + description: cluster-infrastructure project + destinations: + - namespace: "*" + server: "*" + namespaceResourceWhitelist: + - group: "*" + kind: "*" + sourceRepos: + - "*"