fix chroot module mount path (#9090)
This commit is contained in:
parent
261ce42517
commit
1a078af307
2 changed files with 9 additions and 1 deletions
|
|
@ -147,7 +147,11 @@ spec:
|
|||
volumeMounts:
|
||||
{{- if .Values.controller.extraModules }}
|
||||
- name: modules
|
||||
{{ if .Values.controller.image.chroot }}
|
||||
mountPath: /chroot/modules_mount
|
||||
{{ else }}
|
||||
mountPath: /modules_mount
|
||||
{{ end }}
|
||||
{{- end }}
|
||||
{{- if .Values.controller.customTemplate.configMapName }}
|
||||
- mountPath: /etc/nginx/template
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue