Skip to content

Commit

Permalink
Add namespace to docs (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlclmj committed Apr 1, 2021
1 parent 59e4141 commit d063d8f
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,42 @@ pipeline:
# ...
```

### `namespace`

_**type**_ `string`

_**default**_ `''`

_**description**_ Kubernetes namespace to operate in

_**notes**_ sets the context for kubectl

_**example**_

```yaml
# .drone.yml

# Drone 1.0+
---
kind: pipeline
# ...
steps:
- name: deploy-gke
image: nytimes/drone-gke
settings:
namespace: my-app
# ...

# Drone 0.8
---
pipeline:
# ...
deploy:
image: nytimes/drone-gke
namespace: my-app
# ...
```

### `project`

_**type**_ `string`
Expand Down

0 comments on commit d063d8f

Please sign in to comment.