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

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: