longhorn helm chart

This commit is contained in:
2022-12-03 05:43:04 -06:00
parent d3ed792526
commit aa752797e3
6 changed files with 269 additions and 142 deletions

View File

@@ -0,0 +1,21 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: longhorn
namespace: argocd
spec:
project: default
source:
repoURL: https://github.com/DeveloperDurp/homelab.git
targetRevision: main
path: longhorn
destination:
namespace: longhorn
name: in-cluster
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true