Use "installation" rather than "deployment" [#8]

"deploy" matches my mental model of what helm does, but "install"
matches helm's own terminology more closely.
This commit is contained in:
Erin Call 2019-12-24 15:22:25 -08:00
parent ef66bc0f92
commit ff8e988122
No known key found for this signature in database
GPG key ID: 4071FF6C15B8DAD1

View file

@ -23,7 +23,7 @@ steps:
chart: ./ chart: ./
``` ```
### Deployment ### Installation
```yaml ```yaml
steps: steps:
@ -39,7 +39,7 @@ steps:
from_secret: kubernetes_token from_secret: kubernetes_token
``` ```
### Deletion ### Uninstallation
```yaml ```yaml
steps: steps: