fixing subpath indentation
Signed-off-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
@@ -95,19 +95,19 @@ spec:
|
|||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: data
|
- name: data
|
||||||
mountPath: /data
|
mountPath: /data
|
||||||
{{- if .Values.persistence.data.subPath }}
|
{{- if .Values.persistence.data.subPath }}
|
||||||
subPath: {{ .Values.persistence.data.subPath }}
|
subPath: {{ .Values.persistence.data.subPath }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
- name: config
|
- name: config
|
||||||
mountPath: /config
|
mountPath: /config
|
||||||
{{- if .Values.persistence.config.subPath }}
|
{{- if .Values.persistence.config.subPath }}
|
||||||
subPath: {{ .Values.persistence.config.subPath }}
|
subPath: {{ .Values.persistence.config.subPath }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
- name: transcode
|
- name: transcode
|
||||||
mountPath: /transcode
|
mountPath: /transcode
|
||||||
{{- if .Values.persistence.transcode.subPath }}
|
{{- if .Values.persistence.transcode.subPath }}
|
||||||
subPath: {{ .Values.persistence.transcode.subPath }}
|
subPath: {{ .Values.persistence.transcode.subPath }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
- name: shared
|
- name: shared
|
||||||
mountPath: /shared
|
mountPath: /shared
|
||||||
resources:
|
resources:
|
||||||
|
|||||||
Reference in New Issue
Block a user