24 lines
620 B
YAML
24 lines
620 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: longhorn
|
|
namespace: argo-cd
|
|
spec:
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: longhorn-system
|
|
project: default
|
|
sources:
|
|
- repoURL: https://charts.longhorn.io
|
|
chart: longhorn
|
|
targetRevision: 1.8.0
|
|
helm:
|
|
valueFiles:
|
|
- $values/storage/Longhorn/values.yaml
|
|
- repoURL: https://code.spamasaurus.com/djpbessems/Kubernetes.K3s.installLog
|
|
targetRevision: master
|
|
ref: values
|
|
# - repoURL: https://github.com/djpbessems/Kubernetes.K3s.installLog
|
|
# targetRevision: master
|
|
# ref: values
|