Skip to content

Commit f164dcb

Browse files
authored
[FLINK-38409] Showcase in Helm chart values.yaml that config.yaml can be used (#1022)
1 parent 003e594 commit f164dcb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

helm/flink-kubernetes-operator/values.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,16 @@ defaultConfiguration:
169169
# If set to false, loads just the overrides as in (2).
170170
# This option has not effect, if create is equal to false.
171171
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+
172182
flink-conf.yaml: |+
173183
# Flink Config Overrides
174184
kubernetes.operator.metrics.reporter.slf4j.factory.class: org.apache.flink.metrics.slf4j.Slf4jReporterFactory

0 commit comments

Comments
 (0)