From 7a1eb9d3daaf3c1fdbb22a8114004e882bf629bb Mon Sep 17 00:00:00 2001 From: Igor Ivanov <35843703+ppcololo@users.noreply.github.com> Date: Fri, 27 Sep 2019 00:21:36 +0300 Subject: [PATCH] fix indent for statefulset and deploy for neo4j (#17137) Signed-off-by: Igor Ivanov --- stable/neo4j/Chart.yaml | 2 +- stable/neo4j/templates/core-statefulset.yaml | 6 +++--- stable/neo4j/templates/readreplicas-deployment.yaml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/stable/neo4j/Chart.yaml b/stable/neo4j/Chart.yaml index fc21caabe4..fa98b0c9fc 100644 --- a/stable/neo4j/Chart.yaml +++ b/stable/neo4j/Chart.yaml @@ -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 diff --git a/stable/neo4j/templates/core-statefulset.yaml b/stable/neo4j/templates/core-statefulset.yaml index 3430204613..863950e003 100644 --- a/stable/neo4j/templates/core-statefulset.yaml +++ b/stable/neo4j/templates/core-statefulset.yaml @@ -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: diff --git a/stable/neo4j/templates/readreplicas-deployment.yaml b/stable/neo4j/templates/readreplicas-deployment.yaml index 93886aacd7..6f80897179 100644 --- a/stable/neo4j/templates/readreplicas-deployment.yaml +++ b/stable/neo4j/templates/readreplicas-deployment.yaml @@ -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