You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/design/bundle-sources.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,7 @@ Procedure
134
134
ADD <catalog_dir> /configs
135
135
```
136
136
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.
138
138
139
139
1. Populate the catalog with the package definition for your Operator by running the `opm init` command:
140
140
@@ -220,7 +220,7 @@ Procedure
220
220
}
221
221
```
222
222
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`.
0 commit comments