apiVersion: argoproj.io/v1alpha1 kind: Application metadata: annotations: argocd.argoproj.io/sync-wave: "3" name: telegram-autoregexbot namespace: argocd spec: destination: namespace: telegram-bot server: https://kubernetes.default.svc project: default source: path: k8s repoURL: https://github.com/santarl/telegram-autoregexbot targetRevision: main syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true