feat!: move distroless config under the image key

This commit is contained in:
patst 2023-11-29 09:59:30 +01:00
parent 6972f8bd25
commit 9c8a56d929
2 changed files with 3 additions and 3 deletions

View file

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