Skip to content

Commit 2c28ed5

Browse files
authored
correct deprecation example indentation (#339)
Signed-off-by: grokspawn <[email protected]>
1 parent 5b1e2e4 commit 2c28ed5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

content/en/docs/Reference/file-based-catalogs.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -329,19 +329,19 @@ schema: olm.deprecations
329329
package: deprecation-example
330330
entries:
331331
- reference:
332-
schema: olm.bundle
333-
name: deprecation-example-operator.v1.68.0
332+
schema: olm.bundle
333+
name: deprecation-example-operator.v1.68.0
334334
message: |
335-
deprecation-example-operator.v1.68.0 is deprecated. Uninstall and install deprecation-example-operator.v1.72.0 for support.
335+
deprecation-example-operator.v1.68.0 is deprecated. Uninstall and install deprecation-example-operator.v1.72.0 for support.
336336
- reference:
337-
schema: olm.package
337+
schema: olm.package
338338
message: |
339-
package deprecation-example is end of life. Please use 'non-deprecated-example' package for support.
339+
package deprecation-example is end of life. Please use 'non-deprecated-example' package for support.
340340
- reference:
341-
schema: olm.channel
342-
name: alpha
341+
schema: olm.channel
342+
name: alpha
343343
message: |
344-
channel alpha is no longer supported. Please switch to channel 'stable'.
344+
channel alpha is no longer supported. Please switch to channel 'stable'.
345345
```
346346

347347
### Properties

0 commit comments

Comments
 (0)