We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 025c3c8 commit 1012f46Copy full SHA for 1012f46
rust/stackable-cockpit/src/platform/release/spec.rs
@@ -200,8 +200,8 @@ impl ReleaseSpec {
200
// Ignore 404, as CRD versioning is rolled out to operators.
201
// Starting with secret-operator 25.11.0, the CRD is maintained by the operator,
202
// making this entire functionality obsolete.
203
- // As only some of the operators are migrated yet, some operator crds.yaml's are gone
204
- // (hence the 404) a 404, some won't.
+ // As only some of the operators are migrated yet, some operator crds.yaml's
+ // return a 404, other don't.
205
debug!(
206
product = product_name,
207
// https://opentelemetry.io/docs/specs/semconv/http/http-spans/#http-client-span
0 commit comments