mirror of
https://github.com/vallard/drone-kube.git
synced 2026-06-14 05:12:57 +08:00
updated to include vendoring... some mods were made to avoid build error
This commit is contained in:
@@ -8,15 +8,7 @@ kubectl set image deploy/nginx-deployment nginx=nginx:sometag
|
||||
```yaml
|
||||
pipeline:
|
||||
kube:
|
||||
image: vallard/drone-kube
|
||||
namespace: default
|
||||
name: hottub
|
||||
containers:
|
||||
- name: hottub
|
||||
image: jamesbrown/hottub:{{BUILD_ID}}
|
||||
- name: healthz
|
||||
image: some/example:{{BUILD_ID}}
|
||||
|
||||
template: deployment.yaml
|
||||
```
|
||||
## Secrets
|
||||
The kube
|
||||
|
||||
Reference in New Issue
Block a user