Make CI happy

This commit is contained in:
Kris Moore
2021-01-23 12:59:26 -05:00
committed by GitHub
parent 556bd1d7f5
commit da3cecaa3f

View File

@@ -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 }}