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