fix: dont embed all schemas in themselves
This commit is contained in:
parent
543151ff52
commit
71b669d7e8
@ -4,6 +4,7 @@
|
||||
{{- $filelist := file.ReadDir $path }}
|
||||
{{- $length := len $filelist}}
|
||||
{{- range $i, $item := $filelist }}
|
||||
{{- if $item | strings.HasPrefix "all-" }}{{ continue }}{{ end }}
|
||||
{{- if $i }},{{ end }}
|
||||
{
|
||||
"$ref": "https://gitea.rknet.org/infra/crds-catalog/raw/branch/catalog/{{ $path | path.Base }}/{{ $item }}"
|
||||
|
Loading…
Reference in New Issue
Block a user