Deployed longhorn
This commit is contained in:
21
kubernetes/longhorn-system/longhorn/application.yaml
Normal file
21
kubernetes/longhorn-system/longhorn/application.yaml
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
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
|
||||||
|
syncPolicy:
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=true
|
||||||
|
automated:
|
||||||
|
allowEmpty: true
|
||||||
|
prune: true
|
||||||
|
selfHeal: true
|
||||||
Reference in New Issue
Block a user