mirror of
https://github.com/truenas/charts.git
synced 2026-06-17 07:27:44 +08:00
remove todo
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user