Skip to content

Commit

Permalink
Merge pull request #33 from bryan-rhm/fix-typo-message
Browse files Browse the repository at this point in the history
Fixed typo on use_managed_nodegroups class
  • Loading branch information
dorukozturk authored Jun 12, 2023
2 parents a37e8bd + 8bddcf8 commit bedc473
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ class use_managed_nodegroups(Rule):
_type = "cluster_wide"
pillar = "cluster_autoscaling"
section = "cluster_autoscaler"
message = "Nodes are recommended to be part of a managed noge group."
message = "Nodes are recommended to be part of a managed node group."
url = "https://aws.github.io/aws-eks-best-practices/cluster-autoscaling/#configuring-your-node-groups"

def check(self, resources):
Expand Down

0 comments on commit bedc473

Please sign in to comment.