Aitozi commented on a change in pull request #112:
URL: 
https://github.com/apache/flink-kubernetes-operator/pull/112#discussion_r841229469



##########
File path: 
flink-kubernetes-webhook/src/main/java/org/apache/flink/kubernetes/operator/admission/AdmissionHandler.java
##########
@@ -62,7 +62,7 @@
 public class AdmissionHandler extends SimpleChannelInboundHandler<HttpRequest> 
{
     private static final Logger LOG = 
LoggerFactory.getLogger(AdmissionHandler.class);
     private static final ObjectMapper objectMapper = new ObjectMapper();
-    protected static final String VALIDATE_REQUEST_PATH = "/validate";
+    protected static final String VALIDATE_REQUEST_PATH = 
"/validateDeployment";

Review comment:
       It's affected by the IDE refactor, reverted.




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