From 77693a355cdd9a0a475daae09c9aa5e0c68b0323 Mon Sep 17 00:00:00 2001 From: Vojtech Mares Date: Thu, 16 Nov 2023 22:22:26 +0100 Subject: [PATCH] feat(projects): add mareshq --- projects/mareshq.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 projects/mareshq.yaml diff --git a/projects/mareshq.yaml b/projects/mareshq.yaml new file mode 100644 index 0000000..1746309 --- /dev/null +++ b/projects/mareshq.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: mareshq + namespace: argocd +spec: + clusterResourceWhitelist: + - group: "*" + kind: "*" + description: mareshq project + destinations: + - namespace: "*" + server: "*" + namespaceResourceWhitelist: + - group: "*" + kind: "*" + sourceRepos: + - "*"