drone / charts

Helm charts for the Drone platform on Kubernetes
Other
166 stars 116 forks source link

drone-runner-kube Updates drone-runner-kube service account to suppor… #52

Closed ghost closed 2 years ago

ghost commented 2 years ago

…t annotations

We require annotations on our drone-runner-kube service account in EKS in order to bind the service account to an IAM role for access to resources outside out Kubernetes cluster.

This change allows developers to add annotations to the drone-runner-kube service account, or leave it blank by default.

jimsheldon commented 2 years ago

Thank you @drop-conrad for the contribution! Sorry for the delay, looks good! I will merge this now.