Files
catalog/stable/anonaddy/20.15.4/templates/common.yaml
TrueCharts-Bot bb5236fdbc Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-03-26 06:45:13 +00:00

12 lines
368 B
YAML

{{/* Make sure all variables are set properly */}}
{{- include "tc.v1.common.loader.init" . -}}
{{/* Render secrets for anonaddy */}}
{{- $secrets := include "anonaddy.secrets" . | fromYaml -}}
{{- if $secrets -}}
{{- $_ := set .Values.secret "anonaddy-secrets" $secrets -}}
{{- end -}}
{{/* Render the templates */}}
{{- include "tc.v1.common.loader.apply" . -}}