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: + - "*"