Skip to content

Commit

Permalink
code clean
Browse files Browse the repository at this point in the history
Signed-off-by: Weifeng Wang <[email protected]>
  • Loading branch information
qclaogui committed Mar 22, 2024
1 parent 5cb278c commit a8352ca
Show file tree
Hide file tree
Showing 20 changed files with 26 additions and 8,946 deletions.
6 changes: 3 additions & 3 deletions kubernetes/microservices-mode/logs/loki-distributed/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ all: update build
.PHONY: update
update: $(KUSTOMIZE)
@rm -rf charts/
$(KUSTOMIZE) build --enable-helm . > k8s-all-in-one.yaml
@cp -rf charts/*/values.yaml . >/dev/null 2>&1 || (cp -rf charts/*/*/values.yaml . && true)
$(KUSTOMIZE) build --enable-helm . > /dev/null
@cp -rf charts/*/values.yaml . > /dev/null 2>&1 || (cp -rf charts/*/*/values.yaml . && true)

.PHONY: build
build: $(KUSTOMIZE)
@$(KUSTOMIZE) build --enable-helm . > k8s-all-in-one.yaml
@$(KUSTOMIZE) build --enable-helm . > /dev/null
Loading

0 comments on commit a8352ca

Please sign in to comment.