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 0126096 commit 7701f30Copy full SHA for 7701f30
README.md
@@ -58,10 +58,10 @@ Submit issue if some features missing for your use-case.
58
.PHONY: helmify
59
helmify: $(HELMIFY) ## Download helmify locally if necessary.
60
$(HELMIFY): $(LOCALBIN)
61
- test -s $(LOCALBIN)/helmify || GOBIN=$(LOCALBIN) go install github.com/arttor/helmify/cmd/helmify@latest
+ test -s $(LOCALBIN)/helmify || GOBIN=$(LOCALBIN) go install github.com/arttor/helmify/cmd/helmify@latest
62
63
helm: manifests kustomize helmify
64
- $(KUSTOMIZE) build config/default | $(HELMIFY)
+ $(KUSTOMIZE) build config/default | $(HELMIFY)
65
```
66
3. Run `make helm` in project root. It will generate helm chart with name 'chart' in 'chart' directory.
67
0 commit comments