mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
fix indent for statefulset and deploy for neo4j (#17137)
Signed-off-by: Igor Ivanov <redbesty@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
7243086e55
commit
7a1eb9d3da
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user