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