diff --git a/kubernetes/longhorn-system/longhorn/application.yaml b/kubernetes/longhorn-system/longhorn/application.yaml new file mode 100644 index 0000000..039f071 --- /dev/null +++ b/kubernetes/longhorn-system/longhorn/application.yaml @@ -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 \ No newline at end of file