mirror of
https://github.com/truenas/charts.git
synced 2026-02-12 23:06:13 +08:00
Make CI happy
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user