From 1baa082434503ec48625ca50125f6aa5560a6995 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Wed, 7 May 2025 17:41:55 -0500 Subject: [PATCH] update --- infra/argocd/templates/longhorn.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/infra/argocd/templates/longhorn.yaml b/infra/argocd/templates/longhorn.yaml index 9690120..9c933b2 100644 --- a/infra/argocd/templates/longhorn.yaml +++ b/infra/argocd/templates/longhorn.yaml @@ -19,3 +19,26 @@ spec: syncOptions: - CreateNamespace=true +--- + +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: longhorn-system-dmz + namespace: argocd +spec: + project: default + source: + repoURL: https://gitlab.com/developerdurp/homelab.git + targetRevision: main + path: dmz/longhorn + destination: + namespace: longhorn-system + name: in-cluster + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true +