Files
homelab/kubernetes/longhorn-system/longhorn/application.yaml
2026-01-08 12:35:01 +00:00

21 lines
456 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: longhorn-helm
namespace: argocd
spec:
destination:
server: https://kubernetes.default.svc
namespace: longhorn-system
project: default
sources:
- chart: longhorn
repoURL: https://charts.longhorn.io
targetRevision: 1.9.1
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
allowEmpty: true
prune: true
selfHeal: true