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) + ``` + ] ---