mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/elasticsearch]: Fixed invalid auth yaml when no annotations (#13886)
Signed-off-by: Leon Blakey <leon.m.blakey@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
99eedcbdef
commit
1fc0ca9191
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
name: elasticsearch
|
||||
home: https://www.elastic.co/products/elasticsearch
|
||||
version: 1.29.0
|
||||
version: 1.29.1
|
||||
appVersion: 6.7.0
|
||||
description: Flexible and powerful open source, distributed real-time search and analytics
|
||||
engine.
|
||||
|
||||
@@ -11,8 +11,8 @@ metadata:
|
||||
component: "{{ .Values.client.name }}"
|
||||
heritage: {{ .Release.Service }}
|
||||
release: {{ .Release.Name }}
|
||||
{{- with .Values.client.ingress.annotations }}
|
||||
annotations:
|
||||
{{- with .Values.client.ingress.annotations }}
|
||||
{{ toYaml . | indent 4 }}
|
||||
{{- end }}
|
||||
{{- if and ( .Values.client.ingress.user ) ( .Values.client.ingress.password ) }}
|
||||
|
||||
Reference in New Issue
Block a user