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

Make CI happy

parent 556bd1d7
...@@ -109,16 +109,16 @@ spec: ...@@ -109,16 +109,16 @@ spec:
{{- end}} {{- end}}
volumes: volumes:
- name: data - name: data
{{- if ne (include "configuredHostPathData" .) "" }} {{- if .Values.emptyDirVolumes }}
emptyDir: {}
{{- else }}
hostPath: hostPath:
path: {{ template "configuredHostPathData" . }} path: {{ template "configuredHostPathData" . }}
{{- else }}
emptyDir: {}
{{- end }} {{- end }}
- name: staging - name: staging
{{- if ne (include "configuredHostPathStaging" .) "" }} {{- if .Values.emptyDirVolumes }}
emptyDir: {}
{{- else }}
hostPath: hostPath:
path: {{ template "configuredHostPathStaging" . }} path: {{ template "configuredHostPathStaging" . }}
{{- else }}
emptyDir: {}
{{- end }} {{- 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