25 lines
546 B
YAML
25 lines
546 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.10.1
|
|
helm:
|
|
values: |
|
|
preUpgradeChecker:
|
|
jobEnabled: false
|
|
syncPolicy:
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
automated:
|
|
allowEmpty: true
|
|
prune: true
|
|
selfHeal: true |