From c6d7271bbc502b024be120ab964d63e52fe62a29 Mon Sep 17 00:00:00 2001 From: Jonas Hecht Date: Wed, 20 Dec 2023 14:53:12 +0100 Subject: [PATCH] Fix typos in argo-cd-crossplane.md Signed-off-by: Jonas Hecht --- content/knowledge-base/integrations/argo-cd-crossplane.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/knowledge-base/integrations/argo-cd-crossplane.md b/content/knowledge-base/integrations/argo-cd-crossplane.md index 4b2c737f6..1cd2bd462 100644 --- a/content/knowledge-base/integrations/argo-cd-crossplane.md +++ b/content/knowledge-base/integrations/argo-cd-crossplane.md @@ -19,7 +19,7 @@ to use Annotation based resource tracking. See the [Argo CD docs](https://argo-c #### Set Resource Tracking Method -In oder for Argo CD to correctly track an Application resources that contain Crossplane related object it needs +In order for Argo CD to correctly track Application resources that contain Crossplane related objects it needs to be configured to use the annotation mechanism. To configure it, edit the `argocd-cm` `ConfigMap` in the `argocd` `Namespace` as such: @@ -37,7 +37,7 @@ in Argo's [repository](https://github.com/argoproj/argo-cd/tree/master/resource_ from `pkg.crossplane.io` has already been declared which means there no further configuration needed. Argo CD also enable customising these checks per instance, and that's the mechanism used to provide support -of Provider's CRDs +of Provider's CRDs. To configure it, edit the `argocd-cm` `ConfigMap` in the `argocd` `Namespace` as such: ```yaml @@ -128,8 +128,8 @@ data: #### Set Resource Exclusion Crossplane providers generates a `ProviderConfigUsage` for each of the managed resource (MR) it handles. This resource -enable representing the relationship between MR and a ProviderConfig so that controller can use it as finalizer when a -ProviderConfig is deleted. End-user of Crossplane are not expected to interact with this resource. +enable representing the relationship between MR and a ProviderConfig so that the controller can use it as finalizer when a +ProviderConfig is deleted. End-users of Crossplane are not expected to interact with this resource. Argo CD UI reactivity can be impacted as the number of resource and types grow. To help keep this number low we recommend hiding all `ProviderConfigUsage` resources from Argo CD UI.