Skip to content

Commit

Permalink
Revert changes
Browse files Browse the repository at this point in the history
Signed-off-by: Yuan Chen <[email protected]>
  • Loading branch information
yuanchen8911 committed May 10, 2024
1 parent 7f6afd7 commit f6fcae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/utils/k8s_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func GetK8sConfig(log logr.Logger, kubeConfigPath, kubectx string) (*rest.Config
if err != nil {
return nil, err
}
//update cert file location if needed
// update cert file location if needed
for _, info := range config.AuthInfos {
if len(info.LocationOfOrigin) != 0 {
dir := filepath.Dir(info.LocationOfOrigin)
Expand Down

0 comments on commit f6fcae2

Please sign in to comment.