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 d147c3c commit fb8c242Copy full SHA for fb8c242
1 file changed
.github/workflows/ci.yml
@@ -82,7 +82,12 @@ jobs:
82
run: |
83
curl -fsSL https://github.com/yannh/kubeconform/releases/latest/download/kubeconform-linux-amd64.tar.gz \
84
| tar xz -C /usr/local/bin kubeconform
85
- - run: kubeconform -strict -summary operator.yaml crds.yaml
+ - name: Lint manifests
86
+ run: |
87
+ kubeconform -strict -summary \
88
+ -schema-location default \
89
+ -schema-location 'https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/{{ .NormalizedKubernetesVersion }}-standalone{{ .StrictSuffix }}/{{ .ResourceKind }}{{ .KindSuffix }}.json' \
90
+ operator.yaml crds.yaml
91
92
tests-pass:
93
if: always()
0 commit comments