aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/helm/plugins/undeploy
diff options
context:
space:
mode:
authorKrzysztof Opasiak <k.opasiak@samsung.com>2021-05-10 09:30:09 +0000
committerGerrit Code Review <gerrit@onap.org>2021-05-10 09:30:09 +0000
commitefbf23bc3ca6db1896524a57479d9aa4c00d9ebc (patch)
tree772d3c02f2e9ee646d1ec289124a3671ac4afb9a /kubernetes/helm/plugins/undeploy
parenteba7bf724a4268e3feee65d9a30ff7e9a1ea039a (diff)
parent9a4593bdf49cff5b3b1cd4f5356dd7ec629355c4 (diff)
Merge "[COMMON] Fix trailing blanks in shell scripts"
Diffstat (limited to 'kubernetes/helm/plugins/undeploy')
-rwxr-xr-xkubernetes/helm/plugins/undeploy/undeploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/helm/plugins/undeploy/undeploy.sh b/kubernetes/helm/plugins/undeploy/undeploy.sh
index 8191174314..e5c0c12711 100755
--- a/kubernetes/helm/plugins/undeploy/undeploy.sh
+++ b/kubernetes/helm/plugins/undeploy/undeploy.sh
@@ -2,7 +2,7 @@
usage() {
cat << EOF
-Delete an umbrella Helm Chart, and its subcharts, that was previously deployed using 'Helm deploy'.
+Delete an umbrella Helm Chart, and its subcharts, that was previously deployed using 'Helm deploy'.
Example of deleting all Releases that have the prefix 'demo'.
$ helm undeploy demo