mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-20 02:25:53 +10:00
indentation
This commit is contained in:
@@ -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: {}
|
||||
|
||||
Reference in New Issue
Block a user