Skip to content

Commit 5989481

Browse files
committed
Merge branch 'feature/podlisteners' of github.com:stackabletech/operator-rs into feature/podlisteners
2 parents 927a17e + c3c4cdf commit 5989481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commons/listener.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ pub enum AddressType {
150150
/// Informs users about [`Listener`]s that are bound by a given [`Pod`].
151151
///
152152
/// This is not expected to be created or modified by users. It will be created by
153-
/// the Stackable Listener Operator when mounting the listener volume, and is always.
153+
/// the Stackable Listener Operator when mounting the listener volume, and is always
154154
/// named `pod-{pod.metadata.uid}`.
155155
#[derive(CustomResource, Serialize, Deserialize, Clone, Debug, JsonSchema, Default)]
156156
#[kube(

0 commit comments

Comments
 (0)