apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: snappymail namespace: argocd finalizers: - resources-finalizer.argocd.argoproj.io spec: project: default source: repoURL: https://github.com/YOUR_USERNAME/mail-services.git # TODO: Update with your repo URL targetRevision: HEAD path: charts/snappymail helm: valueFiles: - ../../manifests/snappymail/values.yaml destination: server: https://kubernetes.default.svc namespace: mail syncPolicy: automated: prune: true selfHeal: true allowEmpty: false syncOptions: - CreateNamespace=true - ServerSideApply=true retry: limit: 5 backoff: duration: 5s factor: 2 maxDuration: 3m