catalog/dev/privatebin/4.0.15/templates/common.yaml

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" . }}