Skip to content

Commit 83cdaea

Browse files
Add an example for the desired channel name and link to OLM best practices for channel naming conventions
Signed-off-by: Rashmi Gottipati <[email protected]>
1 parent 46af8c1 commit 83cdaea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/design/bundle-sources.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Procedure
134134
ADD <catalog_dir> /configs
135135
```
136136

137-
> **Note:** Use the `FROM scratch` directive to make the size of the image smaller.
137+
> **Note:** Use the `FROM scratch` directive to make the size of the image smaller.
138138

139139
1. Populate the catalog with the package definition for your Operator by running the `opm init` command:
140140

@@ -220,7 +220,7 @@ Procedure
220220
}
221221
```
222222
223-
> **Note:** Some examples for the <desired_channel_name> include `stable`, `fast`, and `preview`.
223+
> **Note:** Please refer to [channel naming conventions](https://olm.operatorframework.io/docs/best-practices/channel-naming/) for choosing the <desired_channel_name>. An example of the <desired_channel_name> is `candidate-v0`.
224224
225225
<h3 id="verify-adding-a-plain-bundle-to-fbc">
226226
Verification

0 commit comments

Comments
 (0)