Skip to content

Commit

Permalink
Merge pull request #747 from garyhodgson/issue-746_kubeconfig-proxy-url
Browse files Browse the repository at this point in the history
runtine: Add `cluster.proxy-url` to kubeconfig allow fields
  • Loading branch information
stefanprodan authored Mar 25, 2024
2 parents b59c644 + e60b226 commit 3c0546e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runtime/client/kubeconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ func KubeConfig(in *rest.Config, opts KubeConfigOptions) *rest.Config {
KeyData: in.TLSClientConfig.KeyData,
}

out.Proxy = in.Proxy

out.Username = in.Username
out.Password = in.Password
out.BearerToken = in.BearerToken
Expand Down

0 comments on commit 3c0546e

Please sign in to comment.