diff --git a/templates/all.json.tmpl b/templates/all.json.tmpl index 4e87fef..5829359 100644 --- a/templates/all.json.tmpl +++ b/templates/all.json.tmpl @@ -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 }}"