Skip to content

Commit 716607d

Browse files
authored
Fix typo in README.md
1 parent c787722 commit 716607d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ By default, if the namespace of a dependent object does not exist, it will be cr
195195
By its nature, component-operator tries to handle extension types (such as CRDs or API groups added through APIService federation), and instances of these types, in a smart way.
196196
That is, if the component contains extension types, and also instances of these types, it tries to process things in the right order; that means, during apply the instances will be applied as late as possible (to ensure that controllers and webhooks are up); and during delete, the instances will be deleted as early as possible (to ensure that controllers and webhooks are still there). Furthermore, during deletion, foreign instances (that is, instances of these types that are not part of the component) block the deletion of the whole component.
197197
Sometimes, components are implicitly adding extension types to the cluster; in the sense that the extension types are not explicitly part of the manifests, but added in the dark through controllers, once running. A typical example are crossplane providers.
198-
On the component resource, such additional types can be declared by setting the attribute `spec.additionalManagedFields`.
198+
On the component resource, such additional types can be declared by setting the attribute `spec.additionalManagedTypes`.
199199

200200
### Dependencies
201201

0 commit comments

Comments
 (0)