Deploy Vault
This commit is contained in:
parent
6f73b57afe
commit
1dd97e7338
@ -511,3 +511,37 @@ spec:
|
|||||||
prune: true
|
prune: true
|
||||||
syncOptions:
|
syncOptions:
|
||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
|
---
|
||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: vault
|
||||||
|
namespace: argo
|
||||||
|
finalizers:
|
||||||
|
- resources-finalizer.argocd.argoproj.io
|
||||||
|
spec:
|
||||||
|
project: default
|
||||||
|
|
||||||
|
source:
|
||||||
|
chart: vault
|
||||||
|
repoURL: https://helm.releases.hashicorp.com
|
||||||
|
targetRevision: 0.25.0
|
||||||
|
helm:
|
||||||
|
values: |
|
||||||
|
global:
|
||||||
|
namespace: "vault"
|
||||||
|
ui:
|
||||||
|
enabled: true
|
||||||
|
serverTelemetry:
|
||||||
|
serviceMonitor:
|
||||||
|
enabled: true
|
||||||
|
|
||||||
|
destination:
|
||||||
|
server: "https://kubernetes.default.svc"
|
||||||
|
namespace: vault
|
||||||
|
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: true
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user