File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
helm/flink-kubernetes-operator Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -122,8 +122,14 @@ webhook:
122
122
# key: password-key
123
123
124
124
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.
125
127
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.
127
133
append : true
128
134
flink-conf.yaml : |+
129
135
# Flink Config Overrides
You can’t perform that action at this time.
0 commit comments