Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

Commit

Permalink
(fix): return the error to fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakShearman committed Dec 30, 2023
1 parent f338229 commit 9768e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/utils/kubeutils.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ func CreateKubernetesConfig() (*rest.Config, error) {

config, err = clientcmd.BuildConfigFromFlags("", *kubeConfig)

return config, nil
return config, err
}

0 comments on commit 9768e6c

Please sign in to comment.