11 lines
320 B
YAML
11 lines
320 B
YAML
|
{{- include "tc.v1.common.loader.init" . -}}
|
||
|
|
||
|
{{/* Render secrets for fireshare */}}
|
||
|
{{- $secrets := include "fireshare.secrets" . | fromYaml -}}
|
||
|
{{- if $secrets -}}
|
||
|
{{- $_ := set .Values.secret "fireshare-secrets" $secrets -}}
|
||
|
{{- end -}}
|
||
|
|
||
|
{{/* Render the templates */}}
|
||
|
{{- include "tc.v1.common.loader.apply" . -}}
|