tweise commented on a change in pull request #10:
URL: 
https://github.com/apache/flink-kubernetes-operator/pull/10#discussion_r811565535



##########
File path: 
flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/utils/FlinkUtils.java
##########
@@ -72,6 +72,12 @@ public static Configuration 
getEffectiveConfig(FlinkDeployment flinkApp) {
                         KubernetesConfigOptions.ServiceExposedType.ClusterIP);
             }
 
+            if (spec.getServiceAccount() != null) {

Review comment:
       Since separate service accounts for jm and tm pods are a rare advanced 
usage, they can be covered with the pod templates, which are already available 
separately for jm and tm.




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