k8s/helm-charts/dashy/charts/common/templates/loader/_all.tpl
root 1eaf295724
Some checks failed
continuous-integration/drone/push Build is failing
new way of doin
2023-11-16 19:42:02 +10:00

9 lines
193 B
Smarty

{{/* Main entrypoint for the library */}}
{{- define "tc.v1.common.loader.all" -}}
{{- include "tc.v1.common.loader.init" . -}}
{{- include "tc.v1.common.loader.apply" . -}}
{{- end -}}