We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b6e46e commit fc83b36Copy full SHA for fc83b36
.github/workflows/pr-workflow.yaml
@@ -29,7 +29,7 @@ jobs:
29
shell: bash
30
run: |
31
go install github.com/yannh/kubeconform/cmd/kubeconform@latest
32
- helm template charts/qdrant-kubernetes-api | kubeconform
+ helm template charts/qdrant-kubernetes-api | kubeconform --summary -output pretty -schema-location default -schema-location "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/{{.NormalizedKubernetesVersion}}/{{.ResourceKind}}.json"
33
34
- name: Check Go Formatting
35
0 commit comments