From 3d2d71e5fde2bbee38fedc08fc849a5d3f4a1587 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Socho=C5=84?= Date: Tue, 22 Feb 2022 14:14:21 +0100 Subject: [PATCH] Update content/runbooks/prometheus-operator/ConfigReloaderSidecarErrors.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Paweł Krupa --- .../runbooks/prometheus-operator/ConfigReloaderSidecarErrors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/runbooks/prometheus-operator/ConfigReloaderSidecarErrors.md b/content/runbooks/prometheus-operator/ConfigReloaderSidecarErrors.md index 7e1f9ac..43996a2 100644 --- a/content/runbooks/prometheus-operator/ConfigReloaderSidecarErrors.md +++ b/content/runbooks/prometheus-operator/ConfigReloaderSidecarErrors.md @@ -22,7 +22,7 @@ Check config-reloader logs and the configuration which it tries to reload. ## Mitigation Usually means new config was rejected by the controlled app because it contains -errors such as unknown configuraction sections, bad resource definitions. +errors such as unknown configuration sections or bad resource definitions. You can prevent such issues with better config testing tools in CI/CD systems such as: