This commit is contained in:
Simen Røstvik 2022-12-15 10:57:39 +01:00
parent 4df7153f18
commit 5122c16eac

27
apps/templates/vault.yaml Normal file
View File

@ -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