khuedoan-homelab/apps/resources/longhorn.yaml

22 lines
410 B
YAML
Raw Normal View History

2021-05-21 18:11:33 +07:00
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: longhorn
spec:
destination:
name: in-cluster
namespace: longhorn-system
server: ''
source:
path: ''
repoURL: 'https://charts.longhorn.io'
targetRevision: 1.1.0
chart: longhorn
project: default
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true