TrueChartsClone/charts/stable/pihole/templates/common.yaml

9 lines
240 B
YAML
Raw Normal View History

2021-09-04 16:07:59 +00:00
{{/* Make sure all variables are set properly */}}
{{- include "tc.common.loader.init" . }}
2021-09-04 16:07:59 +00:00
{{/* Render configmap for pihole */}}
{{- include "pihole.configmap" . }}
{{/* Render the templates */}}
{{ include "tc.common.loader.apply" . }}