From ff8e988122beb8b5c66aca163d2ad806307ce951 Mon Sep 17 00:00:00 2001 From: Erin Call Date: Tue, 24 Dec 2019 15:22:25 -0800 Subject: [PATCH] Use "installation" rather than "deployment" [#8] "deploy" matches my mental model of what helm does, but "install" matches helm's own terminology more closely. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b21ac90..023232a 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ steps: chart: ./ ``` -### Deployment +### Installation ```yaml steps: @@ -39,7 +39,7 @@ steps: from_secret: kubernetes_token ``` -### Deletion +### Uninstallation ```yaml steps: