Files
catalog/dev/privatebin/4.0.13/templates/common.yaml
TrueCharts-Bot 2812eacda8 Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-01-02 16:21:53 +00:00

12 lines
333 B
YAML

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