Plugin for woodpecker to deploy helm charts using helm3
Go to file
Erin Call 6b331fdf03
Check the validity of the kubeconfig template [#13]
It's a little tricky to find a balance between "brittle" and "thorough"
in this test--I'd like to verify that e.g. the certificate is in
clusters[0].cluster.certificate-authority-data, not at the root. On the
other hand, we can't actually show that it's a valid kubeconfig file
without actually *using* it, so there's a hard upper limit on the
strength of the assertions. I've settled on verifying that all the
settings make it into the file and the file is syntactically-valid yaml.
2019-12-25 10:11:14 -08:00
assets Use a clearer filepath for the kubeconfig template [#13] 2019-12-24 16:16:22 -08:00
cmd/drone-helm Non-0 exit status on error 2019-12-16 15:46:37 -08:00
internal Check the validity of the kubeconfig template [#13] 2019-12-25 10:11:14 -08:00
.drone.yml update drone.yml to publish to docker hub 2019-12-19 13:38:04 -08:00
.gitignore Make it so 2019-11-21 11:35:50 -08:00
Dockerfile Use a clearer filepath for the kubeconfig template [#13] 2019-12-24 16:16:22 -08:00
go.mod Check the validity of the kubeconfig template [#13] 2019-12-25 10:11:14 -08:00
go.sum Check the validity of the kubeconfig template [#13] 2019-12-25 10:11:14 -08:00
README.md Remove the TODO list from README.md 2019-12-17 15:23:42 -08:00

Drone plugin for Helm 3

Dissatisfied with this empty README? Consider grabbing the "put stuff in the README" issue!