From f2e0ea67d30b44d06c97e0d6a445e73d307b761d Mon Sep 17 00:00:00 2001 From: aviadkray <108495983+aviadkray@users.noreply.github.com> Date: Tue, 18 Jun 2024 23:27:37 +0300 Subject: [PATCH 1/2] Update crossplane-with-argo-cd.md --- content/v1.16/guides/crossplane-with-argo-cd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/v1.16/guides/crossplane-with-argo-cd.md b/content/v1.16/guides/crossplane-with-argo-cd.md index a27fc7f6e..736bd8e46 100644 --- a/content/v1.16/guides/crossplane-with-argo-cd.md +++ b/content/v1.16/guides/crossplane-with-argo-cd.md @@ -34,7 +34,7 @@ data: Argo CD has a built-in health assessment for Kubernetes resources. Some checks are supported by the community directly in Argo's [repository](https://github.com/argoproj/argo-cd/tree/master/resource_customizations). For example the `Provider` -from `pkg.crossplane.io` has already been declared which means there no further configuration needed. +from `pkg.crossplane.io` has already been declared which means that no further configuration is needed. Argo CD also enable customising these checks per instance, and that's the mechanism used to provide support of Provider's CRDs. From 573828e0d1afe0df6322c062b21db4d352abeb5b Mon Sep 17 00:00:00 2001 From: aviadkray <108495983+aviadkray@users.noreply.github.com> Date: Tue, 18 Jun 2024 23:30:33 +0300 Subject: [PATCH 2/2] Update crossplane-with-argo-cd.md --- content/v1.16/guides/crossplane-with-argo-cd.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/v1.16/guides/crossplane-with-argo-cd.md b/content/v1.16/guides/crossplane-with-argo-cd.md index 736bd8e46..fdc342f15 100644 --- a/content/v1.16/guides/crossplane-with-argo-cd.md +++ b/content/v1.16/guides/crossplane-with-argo-cd.md @@ -36,8 +36,8 @@ Argo CD has a built-in health assessment for Kubernetes resources. Some checks a in Argo's [repository](https://github.com/argoproj/argo-cd/tree/master/resource_customizations). For example the `Provider` from `pkg.crossplane.io` has already been declared which means that no further configuration is needed. -Argo CD also enable customising these checks per instance, and that's the mechanism used to provide support -of Provider's CRDs. +Argo CD also enables customizing these checks per instance, and that's the mechanism used to provide support for +Provider's CRDs. To configure it, edit the `argocd-cm` `ConfigMap` in the `argocd` `Namespace`. {{}}