Unverified Commit da3cecaa authored by Kris Moore's avatar Kris Moore Committed by GitHub

Make CI happy

parent 556bd1d7
......@@ -109,16 +109,16 @@ spec:
{{- end}}
volumes:
- name: data
{{- if ne (include "configuredHostPathData" .) "" }}
{{- if .Values.emptyDirVolumes }}
emptyDir: {}
{{- else }}
hostPath:
path: {{ template "configuredHostPathData" . }}
{{- else }}
emptyDir: {}
{{- end }}
- name: staging
{{- if ne (include "configuredHostPathStaging" .) "" }}
{{- if .Values.emptyDirVolumes }}
emptyDir: {}
{{- else }}
hostPath:
path: {{ template "configuredHostPathStaging" . }}
{{- else }}
emptyDir: {}
{{- end }}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment