Files
poimen/k8s/argocd/poimen-workflows.yaml
T
Story Crater Bot ecdca82edf
ci / check (push) Successful in 6s
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
2026-08-22 05:53:36 -07:00

28 lines
601 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: poimen-workflows
namespace: argocd
labels:
app.kubernetes.io/name: poimen-workflows
app.kubernetes.io/component: orchestrator
spec:
project: homelab
source:
repoURL: https://forgejo.riotpiao.com/rock/poimen-workflows.git
targetRevision: main
path: k8s
destination:
server: https://kubernetes.default.svc
namespace: poimen
syncPolicy:
automated:
prune: true
selfHeal: true
retry:
limit: 5
backoff:
duration: 5s
factor: 2
maxDuration: 3m