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 c0af796 commit d7fcd83Copy full SHA for d7fcd83
Makefile
@@ -136,11 +136,11 @@ clobber: ## Clean build environment and cached tools
136
137
.PHONY: cluster
138
cluster: kind ctlptl ## Create Kind cluster and local registry
139
- @PATH=$(TOOLBIN):$(PATH) $(CTLPTL) apply -f ctlptl.yaml
+ PATH=$(TOOLBIN):$(PATH) $(CTLPTL) apply -f ctlptl.yaml
140
141
.PHONY: cluster-reset
142
cluster-reset: kind ctlptl ## Delete Kind cluster
143
- @PATH=$(TOOLBIN):$(PATH) $(CTLPTL) delete -f ctlptl.yaml
+ PATH=$(TOOLBIN):$(PATH) $(CTLPTL) delete -f ctlptl.yaml
144
145
.PHONY: deploy
146
deploy: kustomize ## Deploy controller to the K8s cluster specified in ~/.kube/config
0 commit comments