From 9f3abebf328422baeed218194ae6432df67d9aac Mon Sep 17 00:00:00 2001 From: Ryan Moon Date: Fri, 3 Apr 2026 06:15:15 -0500 Subject: [PATCH] chore: remove windmill --- argocd/windmill-app.yaml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 argocd/windmill-app.yaml diff --git a/argocd/windmill-app.yaml b/argocd/windmill-app.yaml deleted file mode 100644 index 32e2eff..0000000 --- a/argocd/windmill-app.yaml +++ /dev/null @@ -1,26 +0,0 @@ -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