TrueChartsClone/charts/incubator/radicale/templates/common.yaml

12 lines
318 B
YAML

{{/* Make sure all variables are set properly */}}
{{- include "tc.common.loader.init" . }}
{{/* Render config map for radicale */}}
{{- include "radicale.configmap" . }}
{{/* Render secret for radicale */}}
{{- include "radicale.secret" . }}
{{/* Render the templates */}}
{{ include "tc.common.loader.apply" . }}