feat!: move distroless config under the image key
This commit is contained in:
parent
6972f8bd25
commit
9c8a56d929
2 changed files with 3 additions and 3 deletions
|
@ -259,7 +259,7 @@ Extra modules.
|
|||
- name: {{ .name }}
|
||||
image: {{ printf "%s/%s:%s" .image.registry .image.image .image.tag }}{{ include "ingress-nginx.imageDigest" .image }}
|
||||
command:
|
||||
{{- if .distroless }}
|
||||
{{- if .image.distroless }}
|
||||
- /init_module
|
||||
{{- else }}
|
||||
- sh
|
||||
|
|
Loading…
Reference in a new issue