apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: postgres namespace: argocd spec: project: default source: repoURL: ssh://git@git.czsk.it/asxpi/k8s-asxpio-gitops.git targetRevision: main path: apps/postgres destination: server: https://kubernetes.default.svc namespace: postgres syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true