KubeCtl and helm support for TrueNAS

This commit is contained in:
shefet 2022-08-22 14:39:29 -04:00
parent 54c53c011c
commit c9a80dc684
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
if [[ -n "$(which-command kubectl)" ]]; then if [[ -n "$(which-command 'kubectl')" ]]; then
source <( kubectl completion bash ) source <( kubectl completion bash )
fi fi