jianrongzhang89 commented on code in PR #467:
URL: 
https://github.com/apache/incubator-kie-kogito-serverless-operator/pull/467#discussion_r1627708702


##########
controllers/profiles/common/mutate_visitors.go:
##########
@@ -134,7 +138,7 @@ func EnsureKService(original *servingv1.Service, object 
*servingv1.Service) erro
        }
 
        // we do a merge to not keep changing the spec since k8s will set 
default values to the podSpec
-       return mergo.Merge(&object.Spec.Template.Spec.PodSpec, 
original.Spec.Template.Spec.PodSpec, mergo.WithOverride)
+       return mergo.Merge(&object.Spec.Template.Spec.PodSpec, 
original.Spec.Template.Spec.PodSpec /*, mergo.WithOverride*/)

Review Comment:
   OK



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to