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 6073e52 commit 7bafc52Copy full SHA for 7bafc52
Makefile
@@ -1160,7 +1160,7 @@ clean-tilt: clean-charts clean-kind ## Remove all files generated by Tilt
1160
1161
.PHONY: clean-charts
1162
clean-charts: ## Remove all local copies of Helm charts in ./hack/observability
1163
- (for path in "./hack/observability/*"; do rm -rf $$path/charts ; done)
+ (for path in "./hack/observability/*"; do rm -rf $$path/.charts ; done)
1164
1165
.PHONY: clean-book
1166
clean-book: ## Remove all generated GitBook files
0 commit comments