Merge branch 'darkalia-add_helm_completion'

This commit is contained in:
Jerome Petazzoni
2018-04-17 16:13:58 -05:00

View File

@@ -48,6 +48,11 @@
helm init
```
- Add the `helm` completion:
```bash
. <(helm completion $SHELL)
```
]
---