From bc616d3b119d057a67b5de6230f70f48221b9422 Mon Sep 17 00:00:00 2001 From: Ivan Pedrazas Date: Sat, 10 Dec 2016 18:37:57 +0000 Subject: [PATCH] badge added --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 745591e..0115316 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Helm (Kubernetes) plugin for drone.io +[![Build Status](http://drone.sohohousedigital.com/api/badges/ipedrazas/drone-helm/status.svg)](http://drone.sohohousedigital.com/ipedrazas/drone-helm) + This plugin allows to deploy a [Helm](https://github.com/kubernetes/helm) chart into a [Kubernetes](https://github.com/kubernetes/kubernetes) cluster. For example, this configuration will deploy my-app using the [stable/jenkins chart](https://github.com/kubernetes/charts/tree/master/stable/jenkins) @@ -43,4 +45,4 @@ To test the plugin, you can run `minikube` and just run the docker image as foll -Happy Helming! \ No newline at end of file +Happy Helming!