Skip to content

Commit

Permalink
Fix hotReload on podman
Browse files Browse the repository at this point in the history
  • Loading branch information
feloy committed May 25, 2023
1 parent c411d83 commit ba1d715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/dev/podmandev/reconcile.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func (o *DevClient) reconcile(
o.execClient,
nil, // TODO(feloy) set this value when we want to support exec on new container on podman
pod.Name,
false,
componentStatus.RunExecuted,
component.GetContainersNames(pod),
"Building your application in container",

Expand Down

0 comments on commit ba1d715

Please sign in to comment.