ctrlaltdilj commented on code in PR #848: URL: https://github.com/apache/flink-kubernetes-operator/pull/848#discussion_r2033998975
########## helm/flink-kubernetes-operator/values.yaml: ########## @@ -154,6 +154,9 @@ defaultConfiguration: # If set to false, loads just the overrides as in (2). # This option has not effect, if create is equal to false. append: true + # If set to true, then will support YAML 1.2 syntax through use of `config.yaml` file. + # If set to false, will make use of deprecated flink-conf.yaml filen. + standardYaml: false Review Comment: this approach does take care of this -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org