We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 003e594 commit f164dcbCopy full SHA for f164dcb
1 file changed
helm/flink-kubernetes-operator/values.yaml
@@ -169,6 +169,16 @@ defaultConfiguration:
169
# If set to false, loads just the overrides as in (2).
170
# This option has not effect, if create is equal to false.
171
append: true
172
+
173
+# Uncomment to use the new config.yaml format, but also comment out the flink-config.yaml key.
174
+# config.yaml: |+
175
+# kubernetes.operator:
176
+# metrics.reporter.slf4j:
177
+# factory.class: org.apache.flink.metrics.slf4j.Slf4jReporterFactory
178
+# interval: 5 MINUTE
179
+# reconcile.interval: 15 s
180
+# observer.progress-check.interval: 5 s
181
182
flink-conf.yaml: |+
183
# Flink Config Overrides
184
kubernetes.operator.metrics.reporter.slf4j.factory.class: org.apache.flink.metrics.slf4j.Slf4jReporterFactory
0 commit comments