ricardozanini commented on code in PR #414:
URL:
https://github.com/apache/incubator-kie-kogito-serverless-operator/pull/414#discussion_r1520129387
##########
workflowproj/operator.go:
##########
@@ -75,9 +75,9 @@ func GetWorkflowManagedPropertiesConfigMapName(workflow
*operatorapi.SonataFlow)
// GetManagedPropertiesFileName gets the default ConfigMap name that holds the
managed application property for the given workflow
func GetManagedPropertiesFileName(workflow *operatorapi.SonataFlow) string {
- profile := metadata.ProdProfile
+ profile := metadata.QuarkusProdProfile
Review Comment:
SonataFlow Preview profile uses Quarkus prod profile. We are not
mimicking/exposing Quarkus profiles.
--
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]