Skip to content

Commit 8435319

Browse files
committed
fix lints again
1 parent 8d2710f commit 8435319

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,9 @@ jobs:
8585
- name: Lint manifests
8686
run: |
8787
kubeconform -strict -summary \
88+
-kubernetes-version 1.35.0 \
8889
-schema-location default \
89-
-schema-location 'https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/{{ .NormalizedKubernetesVersion }}-standalone{{ .StrictSuffix }}/{{ .ResourceKind }}{{ .KindSuffix }}.json' \
90+
-schema-location 'https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/{{ .NormalizedKubernetesVersion }}/{{ .ResourceKind }}{{ .KindSuffix }}.json' \
9091
operator.yaml crds.yaml
9192
9293
tests-pass:

0 commit comments

Comments
 (0)