mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Fix service address in deployment (#17626)
Signed-off-by: Roman Galeev <roman_galeev@mckinsey.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
6a67f5e1bd
commit
2041861898
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
description: A Helm chart for Vault, a tool for managing secrets
|
||||
name: vault
|
||||
version: 0.21.3
|
||||
version: 0.21.4
|
||||
appVersion: 1.1.2
|
||||
home: https://www.vaultproject.io/
|
||||
icon: https://www.vaultproject.io/assets/images/mega-nav/logo-vault-0f83e3d2.svg
|
||||
|
||||
@@ -140,7 +140,7 @@ spec:
|
||||
fieldRef:
|
||||
fieldPath: status.podIP
|
||||
- name: VAULT_API_ADDR
|
||||
value: "https://$(POD_IP):8200"
|
||||
value: "http://$(POD_IP):8200"
|
||||
{{- if not .Values.vault.dev }}
|
||||
- name: VAULT_CLUSTER_ADDR
|
||||
value: "https://$(POD_IP):8201"
|
||||
|
||||
Reference in New Issue
Block a user