Files
opencloud/docs/templates/ADOC_extended.tmpl
jkoberg 02d01c0684 leftover
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-01-10 11:03:42 +01:00

28 lines
465 B
Cheetah

// collected through docs/helpers/extendedEnv.go
[caption=]
.Environment variables with extended scope not included in a service
[width="100%",cols="~,~,~,~",options="header"]
|===
| Name
| Type
| Default Value
| Description
{{- range .Variables}}
{{- if .Ignore }}
{{ continue }}
{{- end }}
a| `{{- .Name }}` +
a| [subs=-attributes]
++{{ .Type }} ++
a| [subs=-attributes]
++{{.DefaultValue}} ++
a| [subs=-attributes]
++{{.Description}} ++
{{- end }}
|===