From 3b9014f750f5617f77b0e644e0e6be45017bb220 Mon Sep 17 00:00:00 2001 From: Benjamin Allot Date: Fri, 13 Apr 2018 16:40:42 +0200 Subject: [PATCH] Add helm completion --- slides/kube/helm.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/slides/kube/helm.md b/slides/kube/helm.md index 376c68f9..211377d7 100644 --- a/slides/kube/helm.md +++ b/slides/kube/helm.md @@ -48,6 +48,11 @@ helm init ``` +- Add the `helm` completion + ```bash + . <(helm completion $SHELL) + ``` + ] ---