2023-04-29 06:49:56 +00:00
|
|
|
{{/* Make sure all variables are set properly */}}
|
|
|
|
{{- include "tc.v1.common.loader.init" . }}
|
|
|
|
|
2023-07-29 08:11:28 +00:00
|
|
|
{{/* Render appkey for anonaddy */}}
|
|
|
|
{{- $secret := include "anonaddy.appkey" . | fromYaml -}}
|
2023-04-29 06:49:56 +00:00
|
|
|
{{- if $secret -}}
|
|
|
|
{{- $_ := set .Values.secret "appkey" $secret -}}
|
|
|
|
{{- end -}}
|
|
|
|
|
|
|
|
{{/* Render the templates */}}
|
|
|
|
{{ include "tc.v1.common.loader.apply" . }}
|