You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by GitBox <gi...@apache.org> on 2022/03/03 09:41:17 UTC

[GitHub] [flink-kubernetes-operator] SteNicholas commented on a change in pull request #37: [FLINK-26447] Clean up webhook jar and dependency management

SteNicholas commented on a change in pull request #37:
URL: https://github.com/apache/flink-kubernetes-operator/pull/37#discussion_r818478282



##########
File path: docker-entrypoint.sh
##########
@@ -31,7 +31,8 @@ elif [ "$1" = "operator" ]; then
 elif [ "$1" = "webhook" ]; then
     echo "Starting Webhook"
 
-    exec java -jar $LOG_CONFIG /$WEBHOOK_JAR
+    # Adds the operator shaded jar on the classpath when the webhook starts
+    exec java -classpath $LOG_CONFIG /$OPERATOR_JAR -jar $LOG_CONFIG /$WEBHOOK_JAR

Review comment:
       @gyfora, sorry for the mistake. I have removed the unused first `$LOG_CONFIG`.




-- 
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: commits-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org