mirror of https://github.com/k3s-io/k3s
Fix missing __kubectl_parse_config
parent
c577d97be9
commit
11230907b3
|
@ -92,7 +92,7 @@ __kubectl_config_get_users()
|
|||
}
|
||||
|
||||
# $1 has to be "contexts", "clusters" or "users"
|
||||
__kubectl_config_get()
|
||||
__kubectl_parse_config()
|
||||
{
|
||||
local template kubectl_out
|
||||
template="{{ range .$1 }}{{ .name }} {{ end }}"
|
||||
|
|
Loading…
Reference in New Issue