This is an automated email from the ASF dual-hosted git repository.
mxm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git
The following commit(s) were added to refs/heads/main by this push:
new f164dcb1 [FLINK-38409] Showcase in Helm chart values.yaml that
config.yaml can be used (#1022)
f164dcb1 is described below
commit f164dcb1cef7fff142ea2b9c85329535ac8b67fd
Author: Attila Mészáros <[email protected]>
AuthorDate: Tue Sep 23 10:21:35 2025 +0200
[FLINK-38409] Showcase in Helm chart values.yaml that config.yaml can be
used (#1022)
---
helm/flink-kubernetes-operator/values.yaml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/helm/flink-kubernetes-operator/values.yaml
b/helm/flink-kubernetes-operator/values.yaml
index 00fb5db2..497bcc71 100644
--- a/helm/flink-kubernetes-operator/values.yaml
+++ b/helm/flink-kubernetes-operator/values.yaml
@@ -169,6 +169,16 @@ 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
+
+# Uncomment to use the new config.yaml format, but also comment out the
flink-config.yaml key.
+# config.yaml: |+
+# kubernetes.operator:
+# metrics.reporter.slf4j:
+# factory.class: org.apache.flink.metrics.slf4j.Slf4jReporterFactory
+# interval: 5 MINUTE
+# reconcile.interval: 15 s
+# observer.progress-check.interval: 5 s
+
flink-conf.yaml: |+
# Flink Config Overrides
kubernetes.operator.metrics.reporter.slf4j.factory.class:
org.apache.flink.metrics.slf4j.Slf4jReporterFactory