Skip to content

Commit

Permalink
Merge pull request #17 from Colvin-Y/bump/kustomize
Browse files Browse the repository at this point in the history
bump kustomize to [email protected]
  • Loading branch information
furykerry authored Jul 26, 2024
2 parents d756a0c + 2e0a5f3 commit 9a15936
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 @@ -53,7 +53,7 @@ undeploy: ## Undeploy controller from the K8s cluster specified in ~/.kube/confi

KUSTOMIZE = $(shell pwd)/bin/kustomize
kustomize: ## Download kustomize locally if necessary.
$(call go-get-tool,$(KUSTOMIZE),sigs.k8s.io/kustomize/kustomize/[email protected])
$(call go-get-tool,$(KUSTOMIZE),sigs.k8s.io/kustomize/kustomize/[email protected])

GOLANGCI_LINT = $(shell pwd)/bin/golangci-lint
golangci-lint: ## Download golangci-lint locally if necessary.
Expand Down

0 comments on commit 9a15936

Please sign in to comment.