11 lines
328 B
YAML
11 lines
328 B
YAML
{{/* Make sure all variables are set properly */}}
|
|
{{- include "tc.v1.common.loader.init" . -}}
|
|
|
|
{{/* Disable [prefill] if requested */}}
|
|
{{- if not .Values.prefill.enabled -}}
|
|
{{- $_ := set .Values.workload.prefill "enabled" false -}}
|
|
{{- end -}}
|
|
|
|
{{/* Render the templates */}}
|
|
{{- include "tc.v1.common.loader.apply" . -}}
|