Skip to content

Commit

Permalink
fix(kubectl): fix arguments in keti alias to allow completion (ohmy…
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfavia authored and kareefardi committed Feb 21, 2022
1 parent b1052c5 commit 75df02a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/kubectl/kubectl.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ alias kca='_kca(){ kubectl "$@" --all-namespaces; unset -f _kca; }; _kca'
alias kaf='kubectl apply -f'

# Drop into an interactive terminal on a container
alias keti='kubectl exec -ti'
alias keti='kubectl exec -t -i'

# Manage configuration quickly to switch contexts between local, dev ad staging.
alias kcuc='kubectl config use-context'
Expand Down

0 comments on commit 75df02a

Please sign in to comment.