Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Pete Lumbis <pete@upbound.io>
  • Loading branch information
lsviben and plumbis authored Aug 4, 2023
1 parent fd57a79 commit 5d1c67b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions content/master/concepts/managed-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,10 @@ Provider deletes the managed resource but doesn't delete the external resource.
#### Interaction with management policies

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

{{< table >}}
{{< table "table table-sm table-hover">}}
| managementPolicies | deletionPolicy | result |
|-----------------------------|------------------|---------|
| "*" (default) | Delete (default) | Delete |
Expand Down Expand Up @@ -114,7 +113,7 @@ inside a Provider's web console, Crossplane reverts that change back to what's
configured in the `forProvider` setting.
{{< /hint >}}

#### Late Initialization
#### Late initialization

After the external resource creation, providers add some provider defaulted
settings not manually set to the `forProvider` field of the created managed
Expand Down

0 comments on commit 5d1c67b

Please sign in to comment.