Setup Helm Plugin To Drone

Norman Chen
honestbee-tw-engineering
1 min readJan 20, 2019

This article is about how to use helm drone plugin. the drone version is 0.8.6

Setup Drone Cli

To to token page and follow Example CLI Usage section to setup drone cli .

Setup kubernetes secretes

  1. To get kubernetes api server’s url

2. To get tiller service account token

3. To add api_server secret

4. To add Kubernetes_token secret

5. To write helm pipeline

helm plugin uses token’s service account to execut actions.

To push a new commit and see your result.

--

--