mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-05 11:51:16 -06:00
27 lines
471 B
Cheetah
27 lines
471 B
Cheetah
// collected through docs/helpers/extendedEnv.go
|
|
|
|
[caption=]
|
|
.Environment variables with extended scope not included in a service
|
|
[width="100%",cols="35%,10%,18%,~"",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 }}
|
|
|===
|