Rename "delete" to "uninstall" [#8]

Helm 3 renamed the command, and I didn't realize it until just now.

See also 161960e, where it was renamed in the code.
This commit is contained in:
Erin Call 2019-12-19 15:23:13 -08:00
parent 5e2f2f3dc6
commit 485eb4375c
No known key found for this signature in database
GPG key ID: 4071FF6C15B8DAD1

View file

@ -10,7 +10,7 @@ The plugin is inpsired by [drone-helm](https://github.com/ipedrazas/drone-helm),
## Example configuration
These examples give a minimal and sufficient configuration for each use-case. For a full description of each case, see [docs/lint_example.yml](docs/lint_example.yml), [docs/upgrade_example.yml](docs/upgrade_example.yml), and [docs/delete_example.yml](docs/delete_example.yml).
These examples give a minimal and sufficient configuration for each use-case. For a full description of each case, see [docs/lint_example.yml](docs/lint_example.yml), [docs/upgrade_example.yml](docs/upgrade_example.yml), and [docs/uninstall_example.yml](docs/uninstall_example.yml).
### Linting
@ -43,10 +43,10 @@ steps:
```yaml
steps:
- name: delete
- name: uninstall
image: pelotech/drone-helm3
settings:
helm_command: delete
helm_command: uninstall
release: my-project
environment:
API_SERVER: https://my.kubernetes.installation/clusters/a-1234