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: modules/olm-bundle-format.adoc
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,12 +50,20 @@ etcd
50
50
The following object types can also be optionally included in the `/manifests` directory of a bundle:
51
51
52
52
.Supported optional object types
53
-
* `Secret`
53
+
* `ClusterRole`
54
+
* `ClusterRoleBinding`
54
55
* `ConfigMap`
55
-
* `Service`
56
+
* `ConsoleYamlSample`
56
57
* `PodDisruptionBudget`
57
58
* `PriorityClass`
58
-
* `VerticalPodAutoScaler`
59
+
* `PrometheusRule`
60
+
* `Role`
61
+
* `RoleBinding`
62
+
* `Secret`
63
+
* `Service`
64
+
* `ServiceAccount`
65
+
* `ServiceMonitor`
66
+
* `VerticalPodAutoscaler`
59
67
60
68
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:
0 commit comments