Skip to content

Commit 41b9f4f

Browse files
authored
[FLINK-30280] Document logging configuration behaviour
1 parent 2c207ed commit 41b9f4f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

helm/flink-kubernetes-operator/values.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,14 @@ webhook:
122122
# key: password-key
123123

124124
defaultConfiguration:
125+
# If set to true, creates ConfigMaps/VolumeMounts. If set to false, no configuration will be created.
126+
# All below fields will be ignored if create is set to false.
125127
create: true
126-
# Set append to false to replace configuration files
128+
# If set to true,
129+
# (1) loads the built-in default configuration
130+
# (2) appends the below flink-conf and logging configuration overrides
131+
# If set to false, loads just the overrides as in (2).
132+
# This option has not effect, if create is equal to false.
127133
append: true
128134
flink-conf.yaml: |+
129135
# Flink Config Overrides

0 commit comments

Comments
 (0)