mirror of
https://github.com/danielgormly/drone-plugin-kube.git
synced 2026-06-04 10:14:53 +08:00
Updated drone.md to match drone-plugin-index PR post-review changes
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user