From ef9abd560535132e71075b09f594c6f76658c209 Mon Sep 17 00:00:00 2001 From: Pavan Gudiwada <25551553+pavangudiwada@users.noreply.github.com> Date: Mon, 16 Dec 2024 13:42:28 +0530 Subject: [PATCH] Made some changes based on comments --- docs/help.rst | 2 +- docs/setup-robusta/gitops/argocd.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/help.rst b/docs/help.rst index fcb1001ed..f068fcaf9 100644 --- a/docs/help.rst +++ b/docs/help.rst @@ -254,7 +254,7 @@ CRD issues .. details:: CustomResourceDefinition.apiextensions.k8s.io "prometheuses.monitoring.coreos.com" is invalid: metadata.annotations: Too long - This is often a CRD issue which can be fixed by enabling service-side apply option as shown below. Check out `this blog `_ to learn more. + This is often a CRD issue which can be fixed by enabling server-side apply option as shown below. Check out `this blog `_ to learn more. .. image:: /images/Argocd_crd_issue_fix.png :width: 400 diff --git a/docs/setup-robusta/gitops/argocd.rst b/docs/setup-robusta/gitops/argocd.rst index 027bc2edc..3b69bc273 100644 --- a/docs/setup-robusta/gitops/argocd.rst +++ b/docs/setup-robusta/gitops/argocd.rst @@ -120,7 +120,7 @@ Finally, run ``robusta logs`` from your cli and make sure there is no error. On some Robusta versions, the sync might fail with ``CustomResourceDefinition.apiextensions.k8s.io “prometheuses.monitoring.coreos.com” is invalid: metadata.annotations: Too long: must have at most 262144 bytes``. - To solve it, use the workaround proposed :ref:`here `. + To solve it, use the workaround proposed `here `_. Configure ArgoCD Declaratively