Vault?
This commit is contained in:
parent
51c7ea1afb
commit
3b13dcd3c1
27
apps/templates/vault.yaml
Normal file
27
apps/templates/vault.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user