apiVersion: argoproj.io/v1alpha1 kind: ApplicationSet metadata: name: infrastructure-apps namespace: argocd spec: goTemplate: true generators: - git: repoURL: https://github.com/fortedigital/sturdy-adventure.git revision: HEAD directories: - path: argocd/infra/*.yaml template: metadata: name: "{{ .path.basenameNormalized }}" labels: app.kubernetes.io/name: "{{ .path.basenameNormalized }}" app.kubernetes.io/part-of: platform app.kubernetes.io/managed-by: argocd spec: project: default source: repoURL: https://github.com/fortedigital/sturdy-adventure.git targetRevision: HEAD path: "{{ .path.dir }}" destination: server: https://kubernetes.default.svc namespace: argocd syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true - Validate=true - ServerSideApply=true retry: limit: 5 backoff: duration: 5s factor: 2 maxDuration: 3m