Files
qdrant-helm/Makefile
Bastian Hofmann cea92d092a Make ingressClassName configurable (#86)
* Make ingressClassName configurable

Fixes https://github.com/qdrant/qdrant-helm/issues/84

* Fix CI

* Fix CI

* Fix CI
2023-10-05 16:36:52 +02:00

12 lines
211 B
Makefile

lint:
helm lint charts/qdrant
test-unit:
go test -v ./test
test-integration:
bats test/integration --verbose-run --show-output-of-passing-tests
test-unit-lint:
gofmt -w -s ./test
golangci-lint run ./test