Deployment/DaemonSet: Fix templating & value. (#10240)
This commit is contained in:
parent
93e006c2ce
commit
2d03da6334
5 changed files with 21 additions and 13 deletions
|
|
@ -198,7 +198,6 @@ IngressClass parameters.
|
|||
Extra modules.
|
||||
*/}}
|
||||
{{- define "extraModules" -}}
|
||||
|
||||
- name: {{ .name }}
|
||||
image: {{ .image }}
|
||||
{{- if .distroless | default false }}
|
||||
|
|
@ -212,5 +211,4 @@ Extra modules.
|
|||
volumeMounts:
|
||||
- name: {{ toYaml "modules"}}
|
||||
mountPath: {{ toYaml "/modules_mount"}}
|
||||
|
||||
{{- end -}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue