Skip to content

Commit 219c53d

Browse files
committed
[wip] debug
1 parent 42ec321 commit 219c53d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/container/kubernetes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ func (w *K8sWrapper) RunPod(ctx context.Context, opts K8sOpts) (*bytes.Buffer, e
8383
},
8484
}
8585

86-
_, err = w.client.CoreV1().Pods(opts.Namespace).Create(ctx, pod, metav1.CreateOptions{})
86+
_, err := w.client.CoreV1().Pods(opts.Namespace).Create(ctx, pod, metav1.CreateOptions{})
8787
if err != nil {
8888
return nil, xerrors.Errorf("failed to create pod: %w", err)
8989
}

0 commit comments

Comments
 (0)