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
This commit introduces a change that makes it possible to configure the
Global Catalog Namespace by adding the CATALOG_NAMESPACE environment
variable to the catalog-operator deployment.
Copy file name to clipboardExpand all lines: Documentation/install/install.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,10 @@ To configure a release of OLM for installation in a cluster:
87
87
88
88
The above steps are automated for official releases with `make ver=0.3.0 release`, which will output new versions of manifests in `deploy/tectonic-alm-operator/manifests/$(ver)`.
89
89
90
+
## Overriding the Global Catalog Namespace
91
+
92
+
It is possible to override the Global Catalog Namespace by setting the `GLOBAL_CATALOG_NAMESPACE` environment variable in the catalog operator deployment.
93
+
90
94
## Subscribe to a Package and Channel
91
95
92
96
Cloud Services can be installed from the catalog by subscribing to a channel in the corresponding package.
0 commit comments