apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: windmill namespace: argocd spec: project: default sources: - repoURL: https://windmill-labs.github.io/windmill-helm-charts chart: windmill targetRevision: "2.*" helm: valueFiles: - $values/windmill/values.yaml - repoURL: ssh://git@git-ssh.lunarfront.tech/ryan/lunarfront-charts.git targetRevision: main ref: values destination: server: https://kubernetes.default.svc namespace: windmill syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true