aws-samples / hardeneks

Runs checks to see if an EKS cluster follows EKS Best Practices.
https://aws-samples.github.io/hardeneks/
MIT No Attribution
840 stars 89 forks source link

Typo for result object in rule "Namespaces should have quotas assigned" #36

Closed m00lav closed 1 year ago

m00lav commented 1 year ago

Brief Background: There is a hardeneks rule currently present named "Namespaces should have quotas assigned". This can be seen in the code snippet here in the class ensure_namespace_quotas_exist.

Problem: There is a typo on Line 21 in the result object where Namespace is spelled wrong.

Solution: Fix typo

dorukozturk commented 1 year ago

Fixed with #39