diff --git a/slides/kube/helm.md b/slides/kube/helm.md index 376c68f9..644849f6 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) + ``` + ] ---