12 lines
370 B
YAML
12 lines
370 B
YAML
{{/* Make sure all variables are set properly */}}
|
|
{{- include "tc.v1.common.loader.init" . }}
|
|
|
|
{{/* Render configmap for littlelink */}}
|
|
{{- $configmap := include "littlelink.configmap" . | fromYaml -}}
|
|
{{- if $configmap -}}
|
|
{{- $_ := set .Values.configmap "config" $configmap -}}
|
|
{{- end -}}
|
|
|
|
{{/* Render the templates */}}
|
|
{{ include "tc.v1.common.loader.apply" . }}
|