From 7a685ec0940f1cab066295f48592801b464e4d61 Mon Sep 17 00:00:00 2001 From: grokspawn Date: Mon, 2 Jun 2025 08:47:46 -0500 Subject: [PATCH] correct deprecation example indentation Signed-off-by: grokspawn --- content/en/docs/Reference/file-based-catalogs.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/content/en/docs/Reference/file-based-catalogs.md b/content/en/docs/Reference/file-based-catalogs.md index 2e610239..20cc2a78 100644 --- a/content/en/docs/Reference/file-based-catalogs.md +++ b/content/en/docs/Reference/file-based-catalogs.md @@ -329,19 +329,19 @@ schema: olm.deprecations package: deprecation-example entries: - reference: - schema: olm.bundle - name: deprecation-example-operator.v1.68.0 + schema: olm.bundle + name: deprecation-example-operator.v1.68.0 message: | - deprecation-example-operator.v1.68.0 is deprecated. Uninstall and install deprecation-example-operator.v1.72.0 for support. + deprecation-example-operator.v1.68.0 is deprecated. Uninstall and install deprecation-example-operator.v1.72.0 for support. - reference: - schema: olm.package + schema: olm.package message: | - package deprecation-example is end of life. Please use 'non-deprecated-example' package for support. + package deprecation-example is end of life. Please use 'non-deprecated-example' package for support. - reference: - schema: olm.channel - name: alpha + schema: olm.channel + name: alpha message: | - channel alpha is no longer supported. Please switch to channel 'stable'. + channel alpha is no longer supported. Please switch to channel 'stable'. ``` ### Properties