apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: betterslcm namespace: argocd spec: project: default source: # repoURL: https://github.com/DK10WS/SLCM_APP.git repoURL: https://gitea.whyredfire.tech/whyredfire/slcm-switch.git targetRevision: web path: k8s destination: server: https://kubernetes.default.svc namespace: betterslcm syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true