mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Add vault api address for non dev setup (#15991)
Signed-off-by: Dinesh Kumar <dinesh.kumar@go-jek.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
99153049d5
commit
dcbe829deb
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
description: A Helm chart for Vault, a tool for managing secrets
|
||||
name: vault
|
||||
version: 0.18.16
|
||||
version: 0.19.0
|
||||
appVersion: 1.1.2
|
||||
home: https://www.vaultproject.io/
|
||||
icon: https://www.vaultproject.io/assets/images/mega-nav/logo-vault-0f83e3d2.svg
|
||||
|
||||
@@ -132,8 +132,12 @@ spec:
|
||||
valueFrom:
|
||||
fieldRef:
|
||||
fieldPath: status.podIP
|
||||
- name: VAULT_API_ADDR
|
||||
value: "https://$(POD_IP):8200"
|
||||
{{- if not .Values.vault.dev }}
|
||||
- name: VAULT_CLUSTER_ADDR
|
||||
value: "https://$(POD_IP):8201"
|
||||
{{- end }}
|
||||
- name: VAULT_LOG_LEVEL
|
||||
value: {{ .Values.vault.logLevel | quote }}
|
||||
{{- if .Values.vault.extraEnv }}
|
||||
|
||||
@@ -231,8 +231,10 @@ vault:
|
||||
# path: ""
|
||||
#
|
||||
# etcd:
|
||||
# address: ""
|
||||
# address: "http://vault-etcd:2379"
|
||||
# path: "vault/"
|
||||
# etcd_api: "v3"
|
||||
# ha_enabled: "true"
|
||||
#
|
||||
# s3:
|
||||
# bucket: ""
|
||||
|
||||
Reference in New Issue
Block a user