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