treblereel commented on issue #3112: URL: https://github.com/apache/incubator-kie-tools/issues/3112#issuecomment-3001974047
> > there's no need to create a Quarkus project beforehand. > > For local development it is needed. IIUC, the entire concept of gitops profile is for deployment, hence the generated CRs and a Dockerfile to ease the build of the workflow are needed. Also for development persistence isn't needed (most of the time, IINW). There are two options atm: 1) for local dev (quarkus + extension + vars) kn workflow quarkus create --with-persistance --profile=gitops 2) workflow + Dockerfile with extension and vars kn workflow create --with-persistence Looks like it covers all cases -- 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]
