12 lines
327 B
YAML
12 lines
327 B
YAML
{{/* Make sure all variables are set properly */}}
|
|
{{- include "tc.common.loader.init" . }}
|
|
|
|
{{/* Render secrets for privatebin */}}
|
|
{{- include "privatebin.secrets" . }}
|
|
|
|
{{/* Render configMap for privatebin */}}
|
|
{{- include "privatebin.configmap" . }}
|
|
|
|
{{/* Render the templates */}}
|
|
{{ include "tc.common.loader.apply" . }}
|