From 8c04ff511af43f566c3580d4a58cad372584b5c7 Mon Sep 17 00:00:00 2001 From: ab Date: Sun, 13 Apr 2025 10:45:16 +0000 Subject: [PATCH] Update .gitea/workflows/lint.yaml --- .gitea/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/lint.yaml b/.gitea/workflows/lint.yaml index 36d64de..52db365 100644 --- a/.gitea/workflows/lint.yaml +++ b/.gitea/workflows/lint.yaml @@ -23,5 +23,5 @@ jobs: -verbose \ -output pretty \ -ignore-missing-schemas \ - -schema-location "https://raw.githubusercontent.com/jetstack/cert-manager/master/deploy/crds/{{ .Group }}_{{ .Version }}_{{ .Kind }}.json" + -schema-location "https://raw.githubusercontent.com/cert-manager/cert-manager/master/deploy/crds/{{ .Group }}_{{ .ResourceAPIVersion }}_{{ .ResourceKind }}.json"