Fix nodeSelector indent (#7458)

Signed-off-by: Ildu Kim <ildukm@gmail.com>
This commit is contained in:
Ildu Kim
2018-08-31 11:04:31 -07:00
committed by k8s-ci-robot
parent a6d31e09f2
commit ae09ab4a40
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
description: Elasticsearch stats exporter for Prometheus
name: elasticsearch-exporter
version: 0.2.1
version: 0.2.2
appVersion: 1.0.2
home: https://github.com/justwatchcom/elasticsearch_exporter
sources:
@@ -88,8 +88,8 @@ spec:
name: ssl
{{- end }}
{{- if .Values.nodeSelector }}
nodeSelector:
{{ toYaml .Values.nodeSelector | indent 10 }}
nodeSelector:
{{ toYaml .Values.nodeSelector | indent 8 }}
{{- end }}
volumes:
{{- if .Values.es.ssl.enabled }}