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 +