9 lines
286 B
YAML
9 lines
286 B
YAML
|
{{/* Make sure all variables are set properly */}}
|
||
|
{{- include "tc.common.loader.init" . }}
|
||
|
|
||
|
{{- $args := concat .Values.args (include "openbooks.args" . | fromYaml).args }}
|
||
|
{{- $_ := set .Values "args" $args -}}
|
||
|
|
||
|
{{/* Render the templates */}}
|
||
|
{{ include "tc.common.loader.apply" . }}
|