8 lines
258 B
YAML
8 lines
258 B
YAML
|
{{/* Make sure all variables are set properly */}}
|
||
|
{{- include "tc.common.loader.init" . }}
|
||
|
|
||
|
{{- $_ := set .Values.initContainers "configure" (include "youtrack.init" . | fromYaml) -}}
|
||
|
|
||
|
{{/* Render the templates */}}
|
||
|
{{ include "tc.common.loader.apply" . }}
|