apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: pg-ha-application namespace: argocd spec: project: infrastructure source: repoURL: git@github.com:moll-re/bootstrap-k3s-infra.git targetRevision: main path: infrastructure/pg-ha destination: server: https://kubernetes.default.svc namespace: pg-ha syncPolicy: automated: prune: true selfHeal: true syncOptions: - Replace=true # because the crds exceed the default 256Ki limit