Robert Kaussow
3916c8b01e
All checks were successful
continuous-integration/drone/pr Build is passing
14 lines
349 B
Cheetah
14 lines
349 B
Cheetah
{
|
|
"{{ ds "type" }}": [
|
|
{{- $path := ds "source" }}
|
|
{{- $filelist := file.ReadDir $path }}
|
|
{{- $length := len $filelist}}
|
|
{{- range $i, $item := $filelist }}
|
|
{{- if $i }},{{ end }}
|
|
{
|
|
"$ref": "https://gitea.rknet.org/infra/crds-catalog/raw/branch/catalog/{{ $path | path.Base }}/{{ $item }}"
|
|
}
|
|
{{- end }}
|
|
]
|
|
}
|