Skip to content

Commit

Permalink
fix a kubeapi function passing param caused by two PR merged same time
Browse files Browse the repository at this point in the history
Signed-off-by: Naiming Shen <naiming@admins-mbp-3.lan>
  • Loading branch information
Naiming Shen authored and eriknordmark committed Apr 29, 2024
1 parent 397dce6 commit 3407011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/pillar/cmd/zedkube/vnc.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func runAppVNC(ctx *zedkubeContext, config *types.AppInstanceConfig) {
}

func getVMIdomainName(ctx *zedkubeContext, config *types.AppInstanceConfig) (string, error) {
clientset, err := kubeapi.GetKubevirtClientSet()
clientset, err := kubeapi.GetKubevirtClientSet(nil)
if err != nil {
log.Errorf("getVMIs: get virtclient error %v", err)
return "", err
Expand Down

0 comments on commit 3407011

Please sign in to comment.