Skip to content

Commit

Permalink
Fixing minor issues
Browse files Browse the repository at this point in the history
  • Loading branch information
pavangudiwada committed Jan 26, 2025
1 parent 5e39184 commit 2b33083
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,8 @@
"tutorials/playbook-track-secrets.html": "/master/playbook-reference/kubernetes-examples//playbook-track-secrets.html",
"tutorials/alert-remediation.html": "/master/playbook-reference/prometheus-examples/alert-remediation.html",
"tutorials/alert-custom-enrichment.html": "/master/playbook-reference/prometheus-examples/alert-custom-enrichment.html",
"catalog/sinks/slack.html": "/master/configuration/sinks/slack.html"


"catalog/sinks/slack.html": "/master/configuration/sinks/slack.html",
"user-guide/sinks-configuration.html": "master/notification-routing/routing-with-scopes.html"
}


Expand Down
2 changes: 1 addition & 1 deletion docs/configuration/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Robusta can receive alerts from many sources and send them to many destinations.

.. grid-item-card:: :octicon:`book;1em;` Sinks (Destinations)
:class-card: sd-bg-light sd-bg-text-light
:link: configuring-sinks
:link: sinks/index
:link-type: doc

Send notifications from Robusta to 15+ integrations like Slack, MS Teams, and Email.
Expand Down
4 changes: 2 additions & 2 deletions docs/help.rst
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,8 @@ CRD issues
This is often a CRD issue which can be fixed by enabling server-side apply option as shown below. Check out `this blog <https://blog.ediri.io/kube-prometheus-stack-and-argocd-25-server-side-apply-to-the-rescue>`_ to learn more.

.. image:: /images/Argocd_crd_issue_fix.png
:width: 400
:align: center
:width: 400
:align: center

.. details:: one or more objects failed to apply... CustomResourceDefinition.apiextensions.k8s.io "prometheusagents.monitoring.coreos.com" is invalid

Expand Down

0 comments on commit 2b33083

Please sign in to comment.