mirror of
https://github.com/truenas/charts.git
synced 2026-05-11 11:06:11 +08:00
minorfix
This commit is contained in:
@@ -22,7 +22,9 @@ spec: {{ include "common.deployment.common_spec" . | nindent 2 }}
|
||||
{{ range $index, $hostPathConfiguration := .Values.extraAppVolumeMounts }}
|
||||
- name: extrappvolume-{{ $index }}
|
||||
mountPath: {{ $hostPathConfiguration.mountPath }}
|
||||
{{ if $hostPathConfiguration.readOnly }}
|
||||
readOnly: {{ $hostPathConfiguration.readOnly }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
ports:
|
||||
- name: pms
|
||||
|
||||
@@ -22,7 +22,9 @@ spec: {{ include "common.deployment.common_spec" . | nindent 2 }}
|
||||
{{ range $index, $hostPathConfiguration := .Values.extraAppVolumeMounts }}
|
||||
- name: extrappvolume-{{ $index }}
|
||||
mountPath: {{ $hostPathConfiguration.mountPath }}
|
||||
{{ if $hostPathConfiguration.readOnly }}
|
||||
readOnly: {{ $hostPathConfiguration.readOnly }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
ports:
|
||||
- name: pms
|
||||
|
||||
Reference in New Issue
Block a user