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