bkinzle commented on code in PR #1126:
URL: 
https://github.com/apache/flink-kubernetes-operator/pull/1126#discussion_r3548776847


##########
docs/content/docs/operations/helm.md:
##########
@@ -71,9 +71,9 @@ The configurable parameters of the Helm chart and which 
default values as detail
 | Parameters                                     | Description                 
                                                                                
                                                   | Default Value              
                                                                                
                                                                                
                                                                                
                    |
 
|------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
 | defaultConfiguration.append                    | Whether to append 
configuration files with configs.                                               
                                                             | true             
                                                                                
                                                                                
                                                                                
                              |
-| defaultConfiguration.config.yaml               | The newer configuration 
file format for flink that will enforced in Flink 2.0. Note this was introduced 
in flink 1.19.                                         | 
kubernetes.operator.metrics.reporter.slf4j.factory.class: 
org.apache.flink.metrics.slf4j.Slf4jReporterFactory<br/>kubernetes.operator.metrics.reporter.slf4j.interval:
 5 MINUTE<br/>kubernetes.operator.reconcile.interval: 15 
s<br/>kubernetes.operator.observer.progress-check.interval: 5 s |
+| defaultConfiguration.config.yaml               | Modern YAML 1.2 config 
format (introduced in Flink 1.19, required by Flink 2.0). Takes precedence over 
flink-conf.yaml when set; the resolved config is always mounted as config.yaml. 
                                        | 
kubernetes.operator.metrics.reporter.slf4j.factory.class: 
org.apache.flink.metrics.slf4j.Slf4jReporterFactory<br/>kubernetes.operator.metrics.reporter.slf4j.interval:
 5 MINUTE<br/>kubernetes.operator.reconcile.interval: 15 
s<br/>kubernetes.operator.observer.progress-check.interval: 5 s |

Review Comment:
   done



##########
helm/flink-kubernetes-operator/tests/controller/configmap_test.yaml:
##########
@@ -68,3 +68,66 @@ tests:
     asserts:
       - isNotNull:
           path: data["log4j-console.properties"]
+
+  # FLINK-39791: the ConfigMap emits a single config-file key, always named 
config.yaml,
+  # resolved as config.yaml (when set) > user flink-conf.yaml > the 
values.yaml default.

Review Comment:
   done



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