Files
applications/crafty/argocd.yaml
Mayne0213 2aab61539b REFACTOR(crafty): use craftycontroller chart
- Replace custom manifests with craftycontroller Helm chart
- Update ArgoCD application source configuration
2026-01-06 16:59:42 +09:00

41 lines
956 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: crafty
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
sources:
- repoURL: https://drewburr-labs.github.io/helm-charts
chart: craftycontroller
targetRevision: 0.1.7
helm:
valueFiles:
- $values/crafty/helm-values.yaml
- repoURL: https://github.com/K3S-HOME/applications.git
targetRevision: main
ref: values
- repoURL: https://github.com/K3S-HOME/applications.git
targetRevision: main
path: crafty
destination:
server: https://kubernetes.default.svc
namespace: crafty
syncPolicy:
automated:
prune: true
selfHeal: true
retry:
limit: 5
backoff:
duration: 5s
factor: 2
maxDuration: 3m
managedNamespaceMetadata:
labels:
goldilocks.fairwinds.com/enabled: 'true'
syncOptions:
- CreateNamespace=true