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: content/en/docs/creating-addons/top-level-operator/addon-package.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -47,16 +47,16 @@ how to do this.
47
47
48
48
## Tenants Onboarding Steps
49
49
50
-
Teams can generate the packageImage themselves using the [package operator documentation](https://package-operator.run/docs/guides/packaging-an-application/#build--validate)or teams can use Managed Tenants Bundles (MTB) facilities.
50
+
Teams can generate the packageImage themselves using the [package operator documentation](https://package-operator.run/docs/guides/packaging-an-application/#build--validate)although we recommend teams to use Managed Tenants Bundles (MTB) facilities.
51
51
52
-
Below are the Steps for generating the packageImage using MTB for reference-addon packageImage:
52
+
Below are the Steps for generating the packageImage using MTB flow for reference-addon packageImage:
53
53
54
54
In MTB, a team just has to create a "package" directory:
55
55
https://gitlab.cee.redhat.com/service/managed-tenants-bundles/-/tree/main/addons/reference-addon/package and add the manifests there, alongside the manifests.yaml[PackageManifest] .
56
56
57
57
MTB CI will create the packageImage (in addition to the OLM Index Image which is also part of the Team's addon folder https://gitlab.cee.redhat.com/service/managed-tenants-bundles/-/tree/main/addons/reference-addon) .
58
58
59
-
The last step for the team is to raise a MR to [managed-tenants repository](https://gitlab.cee.redhat.com/service/managed-tenants/-/blob/main/addons/reference-addon/addonimagesets/stage/reference-addon.v0.10.1.yaml#L24) , adding a new AddonImageSet with those images.
59
+
Then MTB CI raises a MR to [managed-tenants repository](https://gitlab.cee.redhat.com/service/managed-tenants/-/blob/main/addons/reference-addon/addonimagesets/stage/reference-addon.v0.10.1.yaml#L24) , adding a new AddonImageSet with those images.
0 commit comments