mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Correct wording in k8s module description (#47125)
This commit is contained in:
committed by
Alicia Cozine
parent
5c7f876d0d
commit
79119c62cd
@@ -43,7 +43,7 @@ extends_documentation_fragment:
|
||||
options:
|
||||
merge_type:
|
||||
description:
|
||||
- Whether to override the default patch merge approach with a specific type. By the default, the strategic
|
||||
- Whether to override the default patch merge approach with a specific type. By default, the strategic
|
||||
merge will typically be used.
|
||||
- For example, Custom Resource Definitions typically aren't updatable by the usual strategic merge. You may
|
||||
want to use C(merge) if you see "strategic merge patch format is not supported"
|
||||
|
||||
Reference in New Issue
Block a user