We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d2710f commit 8435319Copy full SHA for 8435319
1 file changed
.github/workflows/ci.yml
@@ -85,8 +85,9 @@ jobs:
85
- name: Lint manifests
86
run: |
87
kubeconform -strict -summary \
88
+ -kubernetes-version 1.35.0 \
89
-schema-location default \
- -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' \
91
operator.yaml crds.yaml
92
93
tests-pass:
0 commit comments