and mount the combined dir of course
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
c4567d0e05
commit
aed66d6901
|
@ -118,6 +118,8 @@ spec:
|
||||||
{{- end }}
|
{{- end }}
|
||||||
- mountPath: /privatepersist
|
- mountPath: /privatepersist
|
||||||
name: private
|
name: private
|
||||||
|
- mountPath: /combined
|
||||||
|
name: combined
|
||||||
{{- with .Values.nodeSelector }}
|
{{- with .Values.nodeSelector }}
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
{{- toYaml . | nindent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
|
|
Loading…
Reference in New Issue