Updated drone.md to match drone-plugin-index PR post-review changes

This commit is contained in:
Daniel Gormly
2019-09-04 08:03:25 +10:00
parent 1e54e8c86d
commit 96a6a70009
+14 -7
View File
@@ -1,5 +1,5 @@
---
date: 2019-09-26T00:00:00+00:00
date: 2019-09-27T00:00:00+00:00
title: Kubernetes
author: danielgormly
tags: [ kubernetes, deployment, configmap ]
@@ -8,7 +8,7 @@ logo: kubernetes.svg
image: danielgormly/drone-plugin-kube
---
Updates Kubernetes deployments from templates & configMaps from files. This plugin will either create or update existing resources dependent on their presence. It will wait for deployments before it progresses.
Updates Kubernetes deployments from templates & configMaps from files. This plugin will either create or update existing resources dependent on their presence. It will wait for deployments before it progresses. Additional
Create or update deployment
@@ -40,11 +40,6 @@ pipeline:
from_secret: kubernetes_token
```
# Secret Reference
kubernetes_token
: Kubernetes service account token (Not base64 encoded)
# Parameter Reference
ca
@@ -52,3 +47,15 @@ ca
server
: https://10.0.0.20:6443
kubernetes_token
: Kubernetes service account token (Not base64 encoded)
template
: Path to Kubernetes yaml based definition file (Configmap or Deployment)
configmap_file
: path to file containing data to inject in configmap (They configmap key that contains the data will be the filename)
`*`
: Other parameters will be made available for interpolation within yaml templates (upper-case will be converted to lower-case)