Skip to content

Commit

Permalink
Allow for processing tls-server-name attribute in kubeconfig context
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Witkowski <jwitko1@gmail.com>
  • Loading branch information
jwitko committed Dec 3, 2024
1 parent ad3c90f commit fc475f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/test/utils/kubernetes.go
Original file line number Diff line number Diff line change
Expand Up @@ -1290,6 +1290,7 @@ func Kubeconfig(cfg *rest.Config, w io.Writer) error {
Server: cfg.Host,
CertificateAuthorityData: cfg.TLSClientConfig.CAData,
InsecureSkipTLSVerify: cfg.TLSClientConfig.Insecure,
TLSServerName: cfg.TLSClientConfig.ServerName,
},
},
},
Expand Down

0 comments on commit fc475f3

Please sign in to comment.