Skip to content

Commit

Permalink
Merge pull request #30 from patoarvizu/helm-chart-0-0-4
Browse files Browse the repository at this point in the history
Update Helm chart
  • Loading branch information
patoarvizu authored Feb 20, 2022
2 parents 3d5622e + 696a21b commit fd383ce
Show file tree
Hide file tree
Showing 7 changed files with 486 additions and 480 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ ifeq (, $(shell which controller-gen))
CONTROLLER_GEN_TMP_DIR=$$(mktemp -d) ;\
cd $$CONTROLLER_GEN_TMP_DIR ;\
go mod init tmp ;\
go get sigs.k8s.io/controller-tools/cmd/controller-gen@v0.3.0 ;\
go get sigs.k8s.io/controller-tools/cmd/controller-gen@v0.4.0 ;\
rm -rf $$CONTROLLER_GEN_TMP_DIR ;\
}
CONTROLLER_GEN=$(GOBIN)/controller-gen
Expand Down
Loading

0 comments on commit fd383ce

Please sign in to comment.