Pull requests, feeback/feature requests are all welcome. This guide will be updated overtime.
To build helmsman from source, you need go:1.9+. Follow the steps below:
git clone https://github.com/gofunky/helmsman.git
go get github.com/BurntSushi/toml
go get github.com/gofunky/helmsman/gcs
go get github.com/gofunky/helmsman/aws
TAG=$(git describe --abbrev=0 --tags)-$(date +"%s")
go build -ldflags '-X main.version='$TAG' -extldflags "-static"'
Please make sure you state the purpose of the pull request and that the code you submit is documented. If in doubt, this guide offers some good tips on writing a PR.
Contribution to the documentation can be done via pull requests or by openeing an issue.
Please provide details of the issue, versions of helmsman, helm and kubernetes and all possible logs.