Skip to content

Commit 1bb078b

Browse files
sbernauerTechassi
andauthored
Update crates/stackable-webhook/src/servers/conversion.rs
Co-authored-by: Techassi <[email protected]>
1 parent 3dfba24 commit 1bb078b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/stackable-webhook/src/servers/conversion.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ impl ConversionWebhookServer {
104104
/// 2. A conversion function to convert between CRD versions. Typically you would use the
105105
/// the auto-generated `try_convert` function on CRD spec definition structs for this.
106106
/// 3. A [`kube::Client`] used to create/update the CRDs.
107-
/// 4. If we should maintain the CRDs. Use `stackable_operator::cli::ProductOperatorRun::disable_crd_maintenance`
107+
/// 4. If the CRDs should be maintained automatically. Use `stackable_operator::cli::ProductOperatorRun::disable_crd_maintenance`
108108
/// for this.
109109
// # Because of https://github.com/rust-lang/cargo/issues/3475 we can not use a real link here
110110
///

0 commit comments

Comments
 (0)