From 43010800ba45680526c4f39108398680d15c4ea4 Mon Sep 17 00:00:00 2001 From: Jeff Billimek Date: Mon, 5 Nov 2018 08:38:52 -0500 Subject: [PATCH] fixing subpath indentation Signed-off-by: Jeff Billimek --- charts/kube-plex/templates/deployment.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/kube-plex/templates/deployment.yaml b/charts/kube-plex/templates/deployment.yaml index a1c4729..b2a897c 100644 --- a/charts/kube-plex/templates/deployment.yaml +++ b/charts/kube-plex/templates/deployment.yaml @@ -95,19 +95,19 @@ spec: volumeMounts: - name: data mountPath: /data - {{- if .Values.persistence.data.subPath }} - subPath: {{ .Values.persistence.data.subPath }} - {{ end }} + {{- if .Values.persistence.data.subPath }} + subPath: {{ .Values.persistence.data.subPath }} + {{ end }} - name: config mountPath: /config - {{- if .Values.persistence.config.subPath }} - subPath: {{ .Values.persistence.config.subPath }} - {{ end }} + {{- if .Values.persistence.config.subPath }} + subPath: {{ .Values.persistence.config.subPath }} + {{ end }} - name: transcode mountPath: /transcode - {{- if .Values.persistence.transcode.subPath }} - subPath: {{ .Values.persistence.transcode.subPath }} - {{ end }} + {{- if .Values.persistence.transcode.subPath }} + subPath: {{ .Values.persistence.transcode.subPath }} + {{ end }} - name: shared mountPath: /shared resources: