mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
feat: add YAML support to server (#6934)
This commit is contained in:
@@ -47,6 +47,9 @@ Aliases:
|
||||
{{- with $opt.Env }}
|
||||
| Environment | {{ (print "$" .) | wrapCode }} |
|
||||
{{- end }}
|
||||
{{- with $opt.YAMLPath }}
|
||||
| YAML | {{ . | wrapCode }} |
|
||||
{{- end }}
|
||||
{{- with $opt.Default }}
|
||||
| Default | {{- . | wrapCode }} |
|
||||
{{ "" }}
|
||||
|
||||
Reference in New Issue
Block a user