indentation

This commit is contained in:
Javier J. Salmeron Garcia
2018-12-19 15:53:29 +01:00
parent c9908d9b82
commit 4ebe9bd44a
+2 -2
View File
@@ -188,11 +188,11 @@ spec:
timeoutSeconds: 45
{{- end }}
volumes:
{{- if or (.Files.Glob "files/conf/*") .Values.existingConfiguration }}
{{- if or (.Files.Glob "files/conf/*") .Values.existingConfiguration }}
- name: configurations
configMap:
name: {{ template "cassandra.configurationCM" . }}
{{- end }}
{{- end }}
{{- if not .Values.persistence.enabled }}
- name: data
emptyDir: {}