Dennis-Mircea commented on code in PR #1195:
URL: 
https://github.com/apache/flink-kubernetes-operator/pull/1195#discussion_r3871385348


##########
flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/autoscaler/state/KubernetesAutoScalerStateStore.java:
##########
@@ -307,7 +307,7 @@ private static SortedMap<Instant, CollectedMetrics> 
deserializeEvaluatedMetrics(
     }
 
     private static String serializeParallelismOverrides(Map<String, String> 
overrides) {
-        return ConfigurationUtils.convertValue(overrides, String.class);
+        return ConfigurationUtils.convertValue(overrides, String.class, false);
     }
 
     private static Map<String, String> deserializeParallelismOverrides(String 
overrides) {

Review Comment:
   The operator always mounts the config.yaml.



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