* feat(microbin): add microbin * update version * hmm * again * whoops * few quotes * hmm * helm quote * ... * hmm * .. * no mess * wrong docs? * finally
11 lines
365 B
YAML
11 lines
365 B
YAML
{{/* Make sure all variables are set properly */}}
|
|
{{- include "tc.common.loader.init" . }}
|
|
|
|
{{- $newArgs := (include "microbin.args" . | fromYaml) }}
|
|
{{- $_ := set .Values "newArgs" $newArgs -}}
|
|
{{- $args := concat .Values.args .Values.newArgs.args }}
|
|
{{- $_ := set .Values "args" $args -}}
|
|
|
|
{{/* Render the templates */}}
|
|
{{ include "tc.common.loader.apply" . }}
|