From 7fc12b8601887af368851b189f773278589fde42 Mon Sep 17 00:00:00 2001 From: Sankalp Khare Date: Thu, 7 Nov 2024 00:51:43 +0530 Subject: [PATCH] Fix case of deletionPolicy Delete --- content/master/concepts/managed-resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/master/concepts/managed-resources.md b/content/master/concepts/managed-resources.md index 21d249bef..56f604ef9 100644 --- a/content/master/concepts/managed-resources.md +++ b/content/master/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 -deletes the external resource as well. If the `deletionPolicy` is `orphan` the +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