From 988c199078f4a1bcd29b1aa8d7e5542cacb5d29d Mon Sep 17 00:00:00 2001 From: danielgormly Date: Thu, 20 Feb 2020 12:43:57 +1100 Subject: [PATCH] Updated readme for 0.1 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e3d04d..8924642 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@ [![](https://images.microbadger.com/badges/version/danielgormly/drone-plugin-kube.svg)](https://microbadger.com/images/danielgormly/drone-plugin-kube "Get your own version badge on microbadger.com") -A simple Drone plugin for updating Kubernetes Deployments from templates & ConfigMaps from files. Follows from [vallard/drone-kube](https://github.com/vallard/drone-kube) but with dependency management, up-to-date client-go, docs updated to Drone 1.0.0 syntax, examples and a different structure. This plugin will create a deployment if it doesn't currently exist. +A simple Drone plugin for updating Kubernetes resources from yaml templates. Follows from [vallard/drone-kube](https://github.com/vallard/drone-kube). The plugin will create a plugin if it doesn't already exist. This plugin supports deployments, configmaps, ingresses, and services. Usage: See [drone.md](./drone.md) -## Deployment templates +## Deployment, service, ingress templates Deployment config files are first interpreted by **aymerick/raymond** ([handlebarsjs](http://handlebarsjs.com/) equivalent). You can use all available raymond expressions and anything you put in settings will be made available in your deployment template e.g. `{{namespace}}`. See [example/deployment.template.yaml](/example/deployment.template.yaml) for a complete example.