Deployment/DaemonSet: Fix templating & value. (#10240)

This commit is contained in:
Marco Ebert 2023-09-10 16:20:09 +02:00 committed by GitHub
parent 93e006c2ce
commit 2d03da6334
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 21 additions and 13 deletions

View file

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