KubeCtl and helm support for TrueNAS
This commit is contained in:
parent
54c53c011c
commit
c9a80dc684
|
@ -1,4 +1,4 @@
|
|||
if [[ -n "$(which-command kubectl)" ]]; then
|
||||
if [[ -n "$(which-command 'kubectl')" ]]; then
|
||||
source <( kubectl completion bash )
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue