2024-02-24 08:37:57 +00:00
|
|
|
{{/* Make sure all variables are set properly */}}
|
|
|
|
{{- include "tc.v1.common.loader.init" . -}}
|
|
|
|
|
|
|
|
{{/* Render configmaps for all pods */}}
|
2024-02-25 11:05:19 +00:00
|
|
|
{{- $configmaps := include "sonsoftheforest.configmaps" . | fromYaml -}}
|
2024-02-24 08:37:57 +00:00
|
|
|
{{- if $configmaps -}}
|
|
|
|
{{- $_ := mustMergeOverwrite .Values.configmap $configmaps -}}
|
|
|
|
{{- end -}}
|
|
|
|
|
|
|
|
{{/* Render the templates */}}
|
|
|
|
{{- include "tc.v1.common.loader.apply" . -}}
|