File tree 2 files changed +3
-2
lines changed 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file.
7
7
### Added
8
8
9
9
- Generate OLM bundle for Release 23.4.0 ([ #672 ] ).
10
- - Expose ` ZOOKEEPER_PORT ` in discovery CM ([ #675 ] ).
10
+ - Expose ` ZOOKEEPER_CLIENT_PORT ` in discovery CM ([ #675 ] , [ # 676 ] ).
11
11
12
12
### Changed
13
13
@@ -19,6 +19,7 @@ All notable changes to this project will be documented in this file.
19
19
[ #673 ] : https://github.com/stackabletech/zookeeper-operator/pull/673
20
20
[ #674 ] : https://github.com/stackabletech/zookeeper-operator/pull/674
21
21
[ #675 ] : https://github.com/stackabletech/zookeeper-operator/pull/675
22
+ [ #676 ] : https://github.com/stackabletech/zookeeper-operator/pull/676
22
23
23
24
## [ 23.4.0] - 2023-04-17
24
25
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ fn build_discovery_configmap(
142
142
// Some clients don't support ZooKeeper's merged `hosts/chroot` format, so export them separately for these clients
143
143
. add_data ( "ZOOKEEPER_HOSTS" , hosts)
144
144
. add_data (
145
- "ZOOKEEPER_PORT " ,
145
+ "ZOOKEEPER_CLIENT_PORT " ,
146
146
zookeeper_security. client_port ( ) . to_string ( ) ,
147
147
)
148
148
. add_data ( "ZOOKEEPER_CHROOT" , chroot. unwrap_or ( "/" ) )
You can’t perform that action at this time.
0 commit comments