Skip to content

Commit

Permalink
Fixing a typo in description (stackrox#855)
Browse files Browse the repository at this point in the history
  • Loading branch information
wissamir committed Oct 24, 2024
1 parent 73ec2c7 commit 8447a81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/generated/checks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 8447a81

Please sign in to comment.