diff --git a/content/master/concepts/managed-resources.md b/content/master/concepts/managed-resources.md index 64a4edcd5..69321ad85 100644 --- a/content/master/concepts/managed-resources.md +++ b/content/master/concepts/managed-resources.md @@ -49,8 +49,8 @@ kind: Instance A managed resource's `deletionPolicy` tells the Provider what to do after -deleting the managed resource. If the `deletionPolicy` is `delete` the Provider -deletes the external resource as well. If the `deletionPolicy` is `orphan` the +deleting the managed resource. If the `deletionPolicy` is `Delete` the Provider +deletes the external resource as well. If the `deletionPolicy` is `Orphan` the Provider deletes the managed resource but doesn't delete the external resource. #### Options @@ -222,7 +222,7 @@ Crossplane behaves differently than other tools like Terraform. Terraform deletes and recreates a resource to change an immutable field. Crossplane only deletes an external resource if their corresponding managed resource object is deleted from Kubernetes and the `deletionPolicy` is -`delete`. +`Delete`. {{< /hint >}} diff --git a/content/v1.13/concepts/managed-resources.md b/content/v1.13/concepts/managed-resources.md index a5da2906f..40f9b7f50 100644 --- a/content/v1.13/concepts/managed-resources.md +++ b/content/v1.13/concepts/managed-resources.md @@ -50,7 +50,7 @@ kind: Instance A managed resource's `deletionPolicy` tells the Provider what to do after -deleting the managed resource. If the `deletionPolicy` is `delete` the Provider +deleting the managed resource. If the `deletionPolicy` is `Delete` the Provider deletes the external resource as well. If the `deletionPolicy` is `orphan` the Provider deletes the managed resource but doesn't delete the external resource. @@ -223,7 +223,7 @@ Crossplane behaves differently than other tools like Terraform. Terraform deletes and recreates a resource to change an immutable field. Crossplane only deletes an external resource if their corresponding managed resource object is deleted from Kubernetes and the `deletionPolicy` is -`delete`. +`Delete`. {{< /hint >}} diff --git a/content/v1.14/concepts/managed-resources.md b/content/v1.14/concepts/managed-resources.md index a919115c5..f5d855ba7 100644 --- a/content/v1.14/concepts/managed-resources.md +++ b/content/v1.14/concepts/managed-resources.md @@ -49,7 +49,7 @@ kind: Instance A managed resource's `deletionPolicy` tells the Provider what to do after -deleting the managed resource. If the `deletionPolicy` is `delete` the Provider +deleting the managed resource. If the `deletionPolicy` is `Delete` the Provider deletes the external resource as well. If the `deletionPolicy` is `orphan` the Provider deletes the managed resource but doesn't delete the external resource. @@ -222,7 +222,7 @@ Crossplane behaves differently than other tools like Terraform. Terraform deletes and recreates a resource to change an immutable field. Crossplane only deletes an external resource if their corresponding managed resource object is deleted from Kubernetes and the `deletionPolicy` is -`delete`. +`Delete`. {{< /hint >}} diff --git a/content/v1.15/concepts/managed-resources.md b/content/v1.15/concepts/managed-resources.md index 64a4edcd5..6c466d565 100644 --- a/content/v1.15/concepts/managed-resources.md +++ b/content/v1.15/concepts/managed-resources.md @@ -49,7 +49,7 @@ kind: Instance A managed resource's `deletionPolicy` tells the Provider what to do after -deleting the managed resource. If the `deletionPolicy` is `delete` the Provider +deleting the managed resource. If the `deletionPolicy` is `Delete` the Provider deletes the external resource as well. If the `deletionPolicy` is `orphan` the Provider deletes the managed resource but doesn't delete the external resource. @@ -222,7 +222,7 @@ Crossplane behaves differently than other tools like Terraform. Terraform deletes and recreates a resource to change an immutable field. Crossplane only deletes an external resource if their corresponding managed resource object is deleted from Kubernetes and the `deletionPolicy` is -`delete`. +`Delete`. {{< /hint >}}