gyfora commented on code in PR #848: URL: https://github.com/apache/flink-kubernetes-operator/pull/848#discussion_r1705872227
########## 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: Would be great if this would be "automatic" based on whether the user specified flink-conf.yaml vs conf.yaml. Do you think that's possible? -- 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]
