diff --git a/projects/shared-resources.yaml b/projects/shared-resources.yaml new file mode 100644 index 0000000..dee34ba --- /dev/null +++ b/projects/shared-resources.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: "-1" + name: shared-resources + namespace: argocd +spec: + clusterResourceWhitelist: + - group: "*" + kind: "*" + description: shared-resources project + destinations: + - namespace: "*" + server: "*" + namespaceResourceWhitelist: + - group: "*" + kind: "*" + sourceRepos: + - "*"