Skip to content

Commit f6ecb1a

Browse files
authored
Merge pull request #35455 from adellape/addtl_objects_olm
2 parents a157c88 + e57355d commit f6ecb1a

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

modules/olm-bundle-format.adoc

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,20 @@ etcd
5050
The following object types can also be optionally included in the `/manifests` directory of a bundle:
5151

5252
.Supported optional object types
53-
* `Secret`
53+
* `ClusterRole`
54+
* `ClusterRoleBinding`
5455
* `ConfigMap`
55-
* `Service`
56+
* `ConsoleYamlSample`
5657
* `PodDisruptionBudget`
5758
* `PriorityClass`
58-
* `VerticalPodAutoScaler`
59+
* `PrometheusRule`
60+
* `Role`
61+
* `RoleBinding`
62+
* `Secret`
63+
* `Service`
64+
* `ServiceAccount`
65+
* `ServiceMonitor`
66+
* `VerticalPodAutoscaler`
5967

6068
When these optional objects are included in a bundle, Operator Lifecycle Manager (OLM) can create them from the bundle and manage their lifecycle along with the CSV:
6169

0 commit comments

Comments
 (0)