mirror of
https://github.com/honestbee/drone-kubernetes.git
synced 2025-09-10 23:53:21 +00:00
Add namespace option
This commit is contained in:
parent
4490e740d3
commit
8d2432c6e8
2 changed files with 6 additions and 3 deletions
|
@ -12,6 +12,7 @@ This pipeline will update the `my-deployment` deployment with the image tagged `
|
|||
deployment: my-deployment
|
||||
repo: myorg/myrepo
|
||||
name: my-container
|
||||
namespace: default
|
||||
tag: ${DRONE_COMMIT_SHA:8}
|
||||
|
||||
## Required secrets
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue