From ecdca82edf669b507f6efb332c04e96c9d83f4b6 Mon Sep 17 00:00:00 2001 From: Story Crater Bot <19826264+Riotpiaole@users.noreply.github.com> Date: Sat, 22 Aug 2026 05:53:36 -0700 Subject: [PATCH] fix(argocd): remove kustomize CMP plugin & use homelab project - Remove non-existent kustomize CMP plugin (ArgoCD doesn't have it) - Use standard built-in kustomize support - Change project from 'poimen' to 'homelab' (homelab project exists) - This allows poimen-workflows Application to actually sync --- k8s/argocd/poimen-workflows.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/k8s/argocd/poimen-workflows.yaml b/k8s/argocd/poimen-workflows.yaml index a86bfcb..2eb449b 100644 --- a/k8s/argocd/poimen-workflows.yaml +++ b/k8s/argocd/poimen-workflows.yaml @@ -7,13 +7,11 @@ metadata: app.kubernetes.io/name: poimen-workflows app.kubernetes.io/component: orchestrator spec: - project: poimen + project: homelab source: repoURL: https://forgejo.riotpiao.com/rock/poimen-workflows.git targetRevision: main path: k8s - plugin: - name: kustomize destination: server: https://kubernetes.default.svc namespace: poimen