Skip to content

Commit 3d5c01e

Browse files
committed
fix whitespaces
1 parent e053479 commit 3d5c01e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/stackable-operator/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ All notable changes to this project will be documented in this file.
88

99
- Re-export the `YamlSchema` trait and the `stackable-shared` crate as the `shared` module ([#883]).
1010
- BREAKING: Added `preferredAddressType` field to ListenerClass CRD ([#885]).
11-
- BREAKING: The cluster domain (default: `cluster.local`) can now be configured in the individual operators
12-
via the ENV variable `KUBERNETES_CLUSTER_DOMAIN` or resolved automatically by parsing the
13-
`/etc/resolve.conf`. This requires using `initialze_operator` instead of `create_client` in the `main.rs`
11+
- BREAKING: The cluster domain (default: `cluster.local`) can now be configured in the individual operators
12+
via the ENV variable `KUBERNETES_CLUSTER_DOMAIN` or resolved automatically by parsing the
13+
`/etc/resolve.conf`. This requires using `initialze_operator` instead of `create_client` in the `main.rs`
1414
of the individual operators ([#893]).
1515

1616
### Changed

0 commit comments

Comments
 (0)