2023-12-07 14:37:24 +00:00
|
|
|
{{/* Make sure all variables are set properly */}}
|
2023-12-16 13:29:31 +00:00
|
|
|
{{- include "tc.v1.common.loader.init" . }}
|
2023-12-07 14:37:24 +00:00
|
|
|
|
2023-12-16 13:29:31 +00:00
|
|
|
{{- $newArgs := (include "microbin.args" . | fromYaml) }}
|
2023-12-07 14:37:24 +00:00
|
|
|
{{- $_ := set .Values "newArgs" $newArgs -}}
|
|
|
|
{{- $args := concat .Values.args .Values.newArgs.args }}
|
|
|
|
{{- $_ := set .Values "args" $args -}}
|
|
|
|
|
|
|
|
{{/* Render the templates */}}
|
2023-12-16 13:29:31 +00:00
|
|
|
{{ include "tc.v1.common.loader.apply" . }}
|