kubectx: make kubernetes-cli recommended (#17906)
This commit is contained in:
parent
da0a7f4527
commit
86ab7d5902
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ class Kubectx < Formula
|
|||
|
||||
option "with-short-names", "link as \"kctx\" and \"kns\" instead"
|
||||
|
||||
depends_on "kubernetes-cli" => :run
|
||||
depends_on "kubernetes-cli" => [:run, :recommended]
|
||||
|
||||
def install
|
||||
bin.install "kubectx" => build.with?("short-names") ? "kctx" : "kubectx"
|
||||
|
|
Loading…
Reference in a new issue