Skip to content

Commit

Permalink
Fix strawberry controller image for 2nd job (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
l0kix2 authored Sep 13, 2024
1 parent dce9397 commit eb352d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/components/strawberry_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func NewStrawberryController(
resource.Spec.ImagePullSecrets,
"cluster",
ChytInitClusterJobConfigFileName,
resource.Spec.CoreImage,
image,
cfgen.GetChytInitClusterConfig,
getTolerationsWithDefault(resource.Spec.StrawberryController.Tolerations, resource.Spec.Tolerations),
getNodeSelectorWithDefault(resource.Spec.StrawberryController.NodeSelector, resource.Spec.NodeSelector),
Expand Down

0 comments on commit eb352d3

Please sign in to comment.