and mount the combined dir of course

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2024-03-04 12:30:40 +00:00
parent c4567d0e05
commit aed66d6901
1 changed files with 2 additions and 0 deletions

View File

@ -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 }}