fix indent for statefulset and deploy for neo4j (#17137)

Signed-off-by: Igor Ivanov <redbesty@gmail.com>
This commit is contained in:
Igor Ivanov
2019-09-26 14:21:36 -07:00
committed by Kubernetes Prow Robot
parent 7243086e55
commit 7a1eb9d3da
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
name: neo4j
home: https://www.neo4j.com
version: 1.2.0
version: 1.2.1
appVersion: 3.4.5
description: Neo4j is the world's leading graph database
icon: http://info.neo4j.com/rs/773-GON-065/images/neo4j_logo.png
+3 -3
View File
@@ -103,15 +103,15 @@ spec:
emptyDir: {}
{{- with .Values.nodeSelector }}
nodeSelector:
{{ toYaml . | indent 6 }}
{{ toYaml . | indent 8 }}
{{- end }}
{{- with .Values.affinity }}
affinity:
{{ toYaml . | indent 6 }}
{{ toYaml . | indent 8 }}
{{- end }}
{{- with .Values.tolerations }}
tolerations:
{{ toYaml . | indent 6 }}
{{ toYaml . | indent 8 }}
{{- end }}
{{- if .Values.core.persistentVolume.enabled }}
volumeClaimTemplates:
@@ -77,15 +77,15 @@ spec:
{{- end }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{ toYaml . | indent 6 }}
{{ toYaml . | indent 8 }}
{{- end }}
{{- with .Values.affinity }}
affinity:
{{ toYaml . | indent 6 }}
{{ toYaml . | indent 8 }}
{{- end }}
{{- with .Values.tolerations }}
tolerations:
{{ toYaml . | indent 6 }}
{{ toYaml . | indent 8 }}
{{- end }}
volumes:
- name: plugins