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 13bb8ca commit 025c3c8Copy full SHA for 025c3c8
rust/stackable-cockpit/src/platform/release/spec.rs
@@ -206,7 +206,7 @@ impl ReleaseSpec {
206
product = product_name,
207
// https://opentelemetry.io/docs/specs/semconv/http/http-spans/#http-client-span
208
url.full = request_url_string,
209
- "Skipped updating CRD, as it doesn't exist in the upstream GitHub repo (as CRD versioning was introduced)"
+ "Skipped updating CRD, as it doesn't exist in the upstream GitHub repo because the operator most likely uses CRD versioning"
210
);
211
return Ok(());
212
},
0 commit comments