mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-31 05:49:04 +00:00
c8f75feb1d
* Add bookstack Signed-off-by: Nicholas Wilde <ncwilde43@gmail.com> * Changed version to 0.1.0 Signed-off-by: Nicholas Wilde <ncwilde43@gmail.com> * Update README.md * - Moved to stable - Uncommented persistance - Added commented DB env variables. - Changed tag to version-v21.04.2 Signed-off-by: Nicholas Wilde <ncwilde43@gmail.com> Co-authored-by: ᗪєνιη ᗷυнʟ <onedr0p@users.noreply.github.com>
10 lines
205 B
Go Template
10 lines
205 B
Go Template
{{- define "custom.custom.configuration.header" -}}
|
|
## Custom configuration
|
|
{{- end -}}
|
|
|
|
{{- define "custom.custom.configuration" -}}
|
|
{{ template "custom.custom.configuration.header" . }}
|
|
|
|
N/A
|
|
{{- end -}}
|