masayag opened a new issue, #3112: URL: https://github.com/apache/incubator-kie-tools/issues/3112
The `kn-workflow` already supports generating k8s manifests for deployment on cluster with `gitops` profile. With `gitops` profile it is expected for the user to specify the image to use and for the user to be responsible for building the image. However, there is no direct reference to how to build that image, e.g. which builder image to use for the specific version compatible with kn-workflow and also which Dockerfile to use. The kn-workflow can provide that information by offering the same Dockerfile and steps on how to use it, e.g.: - By adding a flag to enable persistence, the user will get the required QUARKUS_EXTENSION to use which contains the persistence support compatible with that version. -- 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]
