File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,9 @@ spec:
154154 volumeMounts :
155155 - name : haproxy-config
156156 mountPath : {{ .Values.configMount.mountPath }}
157+ {{- if .Values.configMount.subPath }}
157158 subPath : {{ .Values.configMount.subPath }}
159+ {{- end }}
158160 {{- if .Values.includes }}
159161 - name : includes
160162 mountPath : {{ .Values.includesMountPath }}
Original file line number Diff line number Diff line change @@ -156,7 +156,9 @@ spec:
156156 volumeMounts :
157157 - name : haproxy-config
158158 mountPath : {{ .Values.configMount.mountPath }}
159+ {{- if .Values.configMount.subPath }}
159160 subPath : {{ .Values.configMount.subPath }}
161+ {{- end }}
160162 {{- if .Values.includes }}
161163 - name : includes
162164 mountPath : {{ .Values.includesMountPath }}
You can’t perform that action at this time.
0 commit comments