From 8447a81ecf7be49e42368f522770fd76f329e0b1 Mon Sep 17 00:00:00 2001 From: Wissam Abu Ahmad Date: Thu, 24 Oct 2024 18:46:58 +0200 Subject: [PATCH] Fixing a typo in description (#855) --- docs/generated/checks.md | 2 +- pkg/builtinchecks/yamls/pdb-unhealthy-pod-eviction-policy.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/generated/checks.md b/docs/generated/checks.md index 425bb4548..10601c6ea 100644 --- a/docs/generated/checks.md +++ b/docs/generated/checks.md @@ -450,7 +450,7 @@ strategyTypeRegex: ^(RollingUpdate|Rolling)$ **Enabled by default**: Yes -**Description**: Indicates when a PodDisruptionBudget does not explicitly set the unhealthyPodEvictionPolicy filed. +**Description**: Indicates when a PodDisruptionBudget does not explicitly set the unhealthyPodEvictionPolicy field. **Remediation**: Set unhealthyPodEvictionPolicy to AlwaysAllow. Refer to https://kubernetes.io/docs/tasks/run-application/configure-pdb/#unhealthy-pod-eviction-policy for more information. diff --git a/pkg/builtinchecks/yamls/pdb-unhealthy-pod-eviction-policy.yaml b/pkg/builtinchecks/yamls/pdb-unhealthy-pod-eviction-policy.yaml index 4eaecb5e1..775529dfd 100644 --- a/pkg/builtinchecks/yamls/pdb-unhealthy-pod-eviction-policy.yaml +++ b/pkg/builtinchecks/yamls/pdb-unhealthy-pod-eviction-policy.yaml @@ -1,5 +1,5 @@ name: "pdb-unhealthy-pod-eviction-policy" -description: "Indicates when a PodDisruptionBudget does not explicitly set the unhealthyPodEvictionPolicy filed." +description: "Indicates when a PodDisruptionBudget does not explicitly set the unhealthyPodEvictionPolicy field." remediation: "Set unhealthyPodEvictionPolicy to AlwaysAllow. Refer to https://kubernetes.io/docs/tasks/run-application/configure-pdb/#unhealthy-pod-eviction-policy for more information." scope: objectKinds: