wmedvede commented on code in PR #414:
URL:
https://github.com/apache/incubator-kie-kogito-serverless-operator/pull/414#discussion_r1520161090
##########
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:
yep, I know that "prod" is the default quarkus profile. My question was more
related to the fact that when users works with the "Dev" profile, they'll see
"application-dev", but, when they work with "Preview" profile, they'll see
"application-prod". Np, but I think this must be clarified in the docs maybe.
--
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]