adutra commented on code in PR #626:
URL: https://github.com/apache/polaris/pull/626#discussion_r1930222896


##########
.github/workflows/helm.yml:
##########
@@ -99,7 +99,7 @@ jobs:
         if: steps.list-changed.outputs.changed == 'true'
         run: |
           eval $(minikube -p minikube docker-env)
-          ./gradlew :polaris-quarkus-server:assemble \
+          ./gradlew :polaris-quarkus-server:assemble 
:polaris-quarkus-admin:assemble \
             -Dquarkus.container-image.build=true \
             -PeclipseLinkDeps=com.h2database:h2:2.3.232

Review Comment:
   Are you using in-memory persistence? Because with in-memory it won't work 
indeed. The bootstrap job can only be used with EclipseLink.



-- 
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]

Reply via email to