first import

This commit is contained in:
Julien Cabillot
2021-12-29 16:21:53 -05:00
parent 82ebcf8976
commit 5421846c1f
74 changed files with 5730 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{{- define "custom.custom.configuration.header" -}}
## Custom configuration
{{- end -}}
{{- define "custom.custom.configuration" -}}
{{ template "custom.custom.configuration.header" . }}
N/A
{{- end -}}