2022-11-10 19:04:49 +00:00
|
|
|
{{/* Make sure all variables are set properly */}}
|
|
|
|
{{- include "tc.common.loader.init" . }}
|
|
|
|
|
2022-11-12 20:12:51 +00:00
|
|
|
{{/* Render secrets for privatebin */}}
|
|
|
|
{{- include "privatebin.secrets" . }}
|
2022-11-10 19:04:49 +00:00
|
|
|
|
2022-11-12 20:12:51 +00:00
|
|
|
{{/* Render configMap for privatebin */}}
|
|
|
|
{{- include "privatebin.configmap" . }}
|
2022-11-10 19:04:49 +00:00
|
|
|
|
|
|
|
{{/* Render the templates */}}
|
|
|
|
{{ include "tc.common.loader.apply" . }}
|