Skip to content

Commit 8bac93b

Browse files
committed
clarify order field
1 parent bb75fbc commit 8bac93b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/embedded-config.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ If a Helm extension is removed from the Embedded Cluster Config, the associated
151151

152152
* The `version` field is required. Failing to specify a chart version will cause problems for upgrades.
153153

154-
* If you need to install multiple charts in a particular order, choose orders greater than or equal to 10. Numbers below 10 are reserved for use by Embedded Cluster to deploy things like a storage provider and the Admin Console. If an order is not provided, Helm extensions are installed with order 10.
154+
* If you need to install multiple charts in a particular order, set the `order` field to a value greater than or equal to 10. Numbers below 10 are reserved for use by Embedded Cluster to deploy things like a storage provider and the Admin Console. If an `order` is not provided, Helm extensions are installed with order 10.
155155

156156
### Example
157157

0 commit comments

Comments
 (0)