Skip to content

Commit

Permalink
fix Vale
Browse files Browse the repository at this point in the history
Signed-off-by: lsviben <[email protected]>
  • Loading branch information
lsviben committed Aug 2, 2023
1 parent 32067b1 commit 8b30f62
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions content/master/concepts/managed-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,11 @@ Provider deletes the managed resource but doesn't delete the external resource.
* `deletionPolicy: Orphan` - Leave the external resource when deleting the managed resource.

#### Interaction with management policies

If a resource configures a Crossplane
[management policy](#managementpolicies) and the related management policy alpha
feature is enabled, the managment policy takes precedence over the
`deletionPolicy` setting, unless it is the default management policy.
feature is enabled, the management policy takes precedence over the
`deletionPolicy` setting, unless it's the default management policy.

{{< table >}}
| managementPolicies | deletionPolicy | result |
Expand Down
4 changes: 2 additions & 2 deletions content/v1.13/concepts/managed-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ Provider deletes the managed resource but doesn't delete the external resource.

If a resource configures a Crossplane
[management policy](#managementpolicies) and the related management policy alpha
feature is enabled, the managment policy takes precedence over the
`deletionPolicy` setting, unless it is the default management policy.
feature is enabled, the management policy takes precedence over the
`deletionPolicy` setting, unless it's the default management policy.

{{< table >}}
| managementPolicies | deletionPolicy | result |
Expand Down
3 changes: 2 additions & 1 deletion utils/vale/styles/Crossplane/crossplane-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,5 @@ definition.yaml
composition.yaml
managementPolicies
deletionPolicy
initProvider
initProvider
LateInitialize

0 comments on commit 8b30f62

Please sign in to comment.