remove todo

This commit is contained in:
Stavros kois
2022-12-30 12:21:56 +02:00
parent 8fb97a44ad
commit 75474a92bb
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@
{{- with (include "ix.v1.common.container.args" (dict "args" $container.args "extraArgs" $container.extraArgs "root" $root)) | trim }}
args:
{{- . | nindent 4 }}
{{- end -}} {{/* TODO: prepare dict above and make this line shorter */}}
{{- end -}}
{{- with (include "ix.v1.common.container.envVars" (dict "envs" $container.env
"envList" $container.envList
"containerName" $name

View File

@@ -32,7 +32,7 @@ So it can work on multiple places, like additional containers and not only the m
{{- end -}}
{{- with (include "ix.v1.common.container.termination.messagePolicy" (dict "msgPolicy" .Values.termination.messagePolicy "root" $)) | trim }}
terminationMessagePolicy: {{ . }}
{{- end -}}{{/* TODO: prepare dict above and make this line shorter */}}
{{- end -}}
{{- with (include "ix.v1.common.container.envVars" (dict "envs" .Values.env
"envList" .Values.envList
"containerName" $name