File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
crates/stackable-webhook/src/servers Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 ///
You can’t perform that action at this time.
0 commit comments