From 5122c16eacf8bae237f01ced4c5ca352a6aff8a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simen=20R=C3=B8stvik?= Date: Thu, 15 Dec 2022 10:57:39 +0100 Subject: [PATCH] Vault? --- apps/templates/vault.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 apps/templates/vault.yaml diff --git a/apps/templates/vault.yaml b/apps/templates/vault.yaml new file mode 100644 index 0000000..cd00af3 --- /dev/null +++ b/apps/templates/vault.yaml @@ -0,0 +1,27 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: vault + namespace: argo-cd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + destination: + server: https://kubernetes.default.svc + namespace: vault + project: default + source: + chart: vault + helm: + values: | + + server.dataStorage.storageClass: longhorn + ui.enabled: true + + repoURL: https://helm.releases.hashicorp.com + targetRevision: 1.10.1 + + syncPolicy: + automated: + prune: true + selfHeal: true