apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: kissj-postgresql namespace: argocd spec: destination: namespace: kissj-db server: https://kubernetes.default.svc project: kissj source: path: postgresql repoURL: https://gitlab.mareshq.com/gitops/skautdevs/kissj.git targetRevision: HEAD syncPolicy: automated: prune: true selfHeal: true