2022-11-15 00:14:12 +00:00
|
|
|
{{/* Make sure all variables are set properly */}}
|
|
|
|
{{- include "tc.common.loader.init" . }}
|
|
|
|
|
|
|
|
{{/* Render secret */}}
|
2023-01-17 22:39:16 +00:00
|
|
|
{{- include "mealie.secret" . }}
|
2022-11-15 00:14:12 +00:00
|
|
|
|
|
|
|
{{/* Render config */}}
|
2023-01-17 22:39:16 +00:00
|
|
|
{{- include "mealie.config" . }}
|
|
|
|
|
|
|
|
{{- $_ := set .Values.additionalContainers "api" (include "mealie.api" . | fromYaml) -}}
|
2022-11-15 00:14:12 +00:00
|
|
|
|
|
|
|
{{/* Render the templates */}}
|
|
|
|
{{ include "tc.common.loader.apply" . }}
|