Fix es password logic (#15413)

Signed-off-by: Naseem <naseemkullah@gmail.com>
This commit is contained in:
Naseem
2019-07-10 21:58:53 -07:00
committed by Kubernetes Prow Robot
parent a7ea40dce7
commit dd470b9385
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ apiVersion: v1
appVersion: 1.13.1
description: A Jaeger Helm chart for Kubernetes
name: jaeger
version: 0.12.1
version: 0.12.2
keywords:
- jaeger
- opentracing
@@ -70,7 +70,7 @@ spec:
key: password
{{- end }}
{{- if eq .Values.storage.type "elasticsearch" }}
{{- if eq .Values.storage.elasticsearch.usePassword }}
{{- if .Values.storage.elasticsearch.usePassword }}
- name: ES_PASSWORD
valueFrom:
secretKeyRef:
+1 -1
View File
@@ -70,7 +70,7 @@ spec:
key: password
{{- end }}
{{- if eq .Values.storage.type "elasticsearch" }}
{{- if eq .Values.storage.elasticsearch.usePassword }}
{{- if .Values.storage.elasticsearch.usePassword }}
- name: ES_PASSWORD
valueFrom:
secretKeyRef:
@@ -54,7 +54,7 @@ spec:
value: {{ template "elasticsearch.client.url" . }}
- name: ES_NODES_WAN_ONLY
value: {{ .Values.storage.elasticsearch.nodesWanOnly | quote }}
{{- if eq .Values.storage.elasticsearch.usePassword }}
{{- if .Values.storage.elasticsearch.usePassword }}
- name: ES_PASSWORD
valueFrom:
secretKeyRef: