File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ kind: Instance
49
49
<!-- vale on -->
50
50
51
51
A managed resource's ` deletionPolicy` tells the Provider what to do after
52
- deleting the managed resource. If the `deletionPolicy` is `delete ` the Provider
53
- deletes the external resource as well. If the `deletionPolicy` is `orphan ` the
52
+ deleting the managed resource. If the `deletionPolicy` is `Delete ` the Provider
53
+ deletes the external resource as well. If the `deletionPolicy` is `Orphan ` the
54
54
Provider deletes the managed resource but doesn't delete the external resource.
55
55
56
56
# ### Options
@@ -222,7 +222,7 @@ Crossplane behaves differently than other tools like Terraform. Terraform
222
222
deletes and recreates a resource to change an immutable field. Crossplane only
223
223
deletes an external resource if their corresponding managed
224
224
resource object is deleted from Kubernetes and the `deletionPolicy` is
225
- ` delete ` .
225
+ ` Delete ` .
226
226
<!-- vale write-good.Passive = YES -->
227
227
{{< /hint >}}
228
228
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ kind: Instance
50
50
<!-- vale on -->
51
51
52
52
A managed resource's ` deletionPolicy` tells the Provider what to do after
53
- deleting the managed resource. If the `deletionPolicy` is `delete ` the Provider
53
+ deleting the managed resource. If the `deletionPolicy` is `Delete ` the Provider
54
54
deletes the external resource as well. If the `deletionPolicy` is `orphan` the
55
55
Provider deletes the managed resource but doesn't delete the external resource.
56
56
@@ -223,7 +223,7 @@ Crossplane behaves differently than other tools like Terraform. Terraform
223
223
deletes and recreates a resource to change an immutable field. Crossplane only
224
224
deletes an external resource if their corresponding managed
225
225
resource object is deleted from Kubernetes and the `deletionPolicy` is
226
- ` delete ` .
226
+ ` Delete ` .
227
227
<!-- vale write-good.Passive = YES -->
228
228
{{< /hint >}}
229
229
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ kind: Instance
49
49
<!-- vale on -->
50
50
51
51
A managed resource's ` deletionPolicy` tells the Provider what to do after
52
- deleting the managed resource. If the `deletionPolicy` is `delete ` the Provider
52
+ deleting the managed resource. If the `deletionPolicy` is `Delete ` the Provider
53
53
deletes the external resource as well. If the `deletionPolicy` is `orphan` the
54
54
Provider deletes the managed resource but doesn't delete the external resource.
55
55
@@ -222,7 +222,7 @@ Crossplane behaves differently than other tools like Terraform. Terraform
222
222
deletes and recreates a resource to change an immutable field. Crossplane only
223
223
deletes an external resource if their corresponding managed
224
224
resource object is deleted from Kubernetes and the `deletionPolicy` is
225
- ` delete ` .
225
+ ` Delete ` .
226
226
<!-- vale write-good.Passive = YES -->
227
227
{{< /hint >}}
228
228
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ kind: Instance
49
49
<!-- vale on -->
50
50
51
51
A managed resource's ` deletionPolicy` tells the Provider what to do after
52
- deleting the managed resource. If the `deletionPolicy` is `delete ` the Provider
52
+ deleting the managed resource. If the `deletionPolicy` is `Delete ` the Provider
53
53
deletes the external resource as well. If the `deletionPolicy` is `orphan` the
54
54
Provider deletes the managed resource but doesn't delete the external resource.
55
55
@@ -222,7 +222,7 @@ Crossplane behaves differently than other tools like Terraform. Terraform
222
222
deletes and recreates a resource to change an immutable field. Crossplane only
223
223
deletes an external resource if their corresponding managed
224
224
resource object is deleted from Kubernetes and the `deletionPolicy` is
225
- ` delete ` .
225
+ ` Delete ` .
226
226
<!-- vale write-good.Passive = YES -->
227
227
{{< /hint >}}
228
228
You can’t perform that action at this time.
0 commit comments