Skip to content

Commit 0b5e63c

Browse files
sbernauerTechassi
andauthored
Update crates/stackable-operator/src/crd/listener/class/mod.rs
Co-authored-by: Techassi <git@techassi.dev>
1 parent 16a07e1 commit 0b5e63c

File tree

1 file changed

+1
-1
lines changed
  • crates/stackable-operator/src/crd/listener/class

1 file changed

+1
-1
lines changed

crates/stackable-operator/src/crd/listener/class/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ pub mod versioned {
7070
/// Wether a Pod exposed using a NodePort should be pinned to a specific Kubernetes node.
7171
///
7272
/// By pinning the Pod to a specific (stable) Kubernetes node, stable addresses can be
73-
/// provided using NodePorts. The stickiness is achieved by listener-operator by setting the
73+
/// provided using NodePorts. The stickiness is achieved by listener-operator setting the
7474
/// `volume.kubernetes.io/selected-node` annotation on the Listener PVC.
7575
///
7676
/// However, this only works on setups with long-living nodes. If your nodes are rotated on

0 commit comments

Comments
 (0)