From b4adf6bfe108cfb6cd762306dba729838162a023 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Wed, 7 Aug 2024 05:28:09 -0500 Subject: [PATCH] update --- argocd/templates/vault.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 argocd/templates/vault.yaml diff --git a/argocd/templates/vault.yaml b/argocd/templates/vault.yaml new file mode 100644 index 0000000..115c41a --- /dev/null +++ b/argocd/templates/vault.yaml @@ -0,0 +1,23 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: vault + namespace: argocd +spec: + project: default + source: + repoURL: https://gitlab.com/developerdurp/homelab.git + targetRevision: dmz + path: vault + directory: + recurse: true + destination: + server: https://kubernetes.default.svc + namespace: vault + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true +