lzshlzsh commented on a change in pull request #17198:
URL: https://github.com/apache/flink/pull/17198#discussion_r706985563
##########
File path:
flink-kubernetes/src/main/java/org/apache/flink/kubernetes/kubeclient/decorators/KerberosMountDecorator.java
##########
@@ -107,7 +107,7 @@ public FlinkPod decorateFlinkPod(FlinkPod flinkPod) {
.withItems(
new KeyToPathBuilder()
.withKey(krb5Conf.getName())
- .withPath(krb5Conf.getName())
+ .withPath("krb5.conf")
Review comment:
Thanks for your review. added
`org.apache.flink.kubernetes.utils.Constants.KERBEROS_KRB5CONF_FILE`
--
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]