apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: calibre-web namespace: argocd spec: project: default source: repoURL: https://gitea.thedevops.dev/vlad/calibre-web-gitops path: calibre-web targetRevision: HEAD destination: server: https://kubernetes.default.svc namespace: calibre-web syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true