Skip to content

Commit fc83b36

Browse files
committed
Fix
1 parent 0b6e46e commit fc83b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-workflow.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
shell: bash
3030
run: |
3131
go install github.com/yannh/kubeconform/cmd/kubeconform@latest
32-
helm template charts/qdrant-kubernetes-api | kubeconform
32+
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"
3333
3434
- name: Check Go Formatting
3535
run: |

0 commit comments

Comments
 (0)