domhanak commented on code in PR #2051:
URL:
https://github.com/apache/incubator-kie-kogito-examples/pull/2051#discussion_r1932366502
##########
kogito-quarkus-examples/ocp-tryout/kogito-management-console/kogito-management-console.sh:
##########
@@ -36,7 +36,7 @@ elif [ "${action}" == "install" ]; then
oc create configmap kogito-management-config --from-file=../testapp/svg -o
yaml --dry-run=client | \
oc label -f- --dry-run=client -o yaml --local=true
app=kogito-management-console | \
oc apply -f- -n $(getProjectName) $(dryRun)
- oc new-app quay.io/kiegroup/kogito-management-console:10.0
+ oc new-app docker.io/apache/incubator-kie-kogito-management-console:10.0
Review Comment:
idk i can fix but would like to minimize the effort here now
--
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]