19 lines
369 B
YAML
19 lines
369 B
YAML
|
apiVersion: argoproj.io/v1alpha1
|
||
|
kind: Application
|
||
|
metadata:
|
||
|
name: longhorn
|
||
|
namespace: argocd
|
||
|
spec:
|
||
|
destination:
|
||
|
namespace: longhorn-system
|
||
|
server: https://kubernetes.default.svc
|
||
|
project: infra
|
||
|
source:
|
||
|
helm: {}
|
||
|
chart: longhorn
|
||
|
repoURL: https://charts.longhorn.io
|
||
|
targetRevision: 1.6.0
|
||
|
syncPolicy:
|
||
|
automated:
|
||
|
selfHeal: true
|