From 00c62bf1efd876d86c6208bd05f12c1db1d13787 Mon Sep 17 00:00:00 2001 From: Sharp Date: Wed, 15 May 2024 15:33:21 -0400 Subject: [PATCH] update 1.16 version ref Signed-off-by: Sharp --- content/master/guides/import-existing-resources.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/master/guides/import-existing-resources.md b/content/master/guides/import-existing-resources.md index 88b36e23..c80a6a43 100644 --- a/content/master/guides/import-existing-resources.md +++ b/content/master/guides/import-existing-resources.md @@ -5,7 +5,7 @@ weight: 200 If you have resources that are already provisioned in a Provider, you can import them as managed resources and let Crossplane manage them. -A managed resource's [`managementPolicies`]({{}}) +A managed resource's [`managementPolicies`]({{}}) field enables importing external resources into Crossplane. Crossplane can import resources either [manually]({{}}) @@ -84,7 +84,7 @@ managed resource `spec` changes the external resource. ## Import resources automatically -Automatically import external resources with an `Observe` [management policy]({{}}). +Automatically import external resources with an `Observe` [management policy]({{}}). Crossplane imports observe only resources but never changes or deletes the resources.