mirror of
https://github.com/iflytek/skillhub.git
synced 2026-08-28 11:25:00 +00:00
fix(ci): 去掉 kubeconform schema-location 的内层单引号
单引号被当作字面字符传入,导致 cert-manager Certificate 校验报 "first path segment in URL cannot contain colon"。去掉后本地验证 Errors:1 → 0。
This commit is contained in:
parent
512fc1be00
commit
fef740b810
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pr-helm-chart.yml
vendored
2
.github/workflows/pr-helm-chart.yml
vendored
|
|
@ -179,4 +179,4 @@ jobs:
|
|||
uses: docker://ghcr.io/yannh/kubeconform:latest
|
||||
with:
|
||||
entrypoint: '/kubeconform'
|
||||
args: "-strict -summary -output text -schema-location default -schema-location 'https://raw.githubusercontent.com/datreeio/CRDs-catalog/main/{{.Group}}/{{.ResourceKind}}_{{.ResourceAPIVersion}}.json' charts/skillhub/rendered.yaml"
|
||||
args: "-strict -summary -output text -schema-location default -schema-location https://raw.githubusercontent.com/datreeio/CRDs-catalog/main/{{.Group}}/{{.ResourceKind}}_{{.ResourceAPIVersion}}.json charts/skillhub/rendered.yaml"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue