Skip to content

Commit

Permalink
fix: wrong path on kube-linter
Browse files Browse the repository at this point in the history
Signed-off-by: Mateusz Urbanek <[email protected]>
  • Loading branch information
shanduur committed Sep 11, 2024
1 parent 32060c6 commit 4090119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ _generate-schema:

.PHONY: lint-manifests
lint-manifests: kube-linter ## Run kube-linter on Kubernetes manifests.
$(KUBE_LINTER) lint --config=.kube-linter.yaml ./config/**
$(KUBE_LINTER) lint --config=.kube-linter.yaml ./anza-labs/**

##@ Dependencies

Expand Down

0 comments on commit 4090119

Please sign in to comment.