diff --git a/spinach-examples/spinach_aks.yml b/spinach-examples/spinach_aks.yml index a50dca4..7dcf12c 100644 --- a/spinach-examples/spinach_aks.yml +++ b/spinach-examples/spinach_aks.yml @@ -12,7 +12,7 @@ popeye: # Checks if mem is over allocated by more than 50% at current load. overPercUtilization: 50 - # Excludes define rules to exampt resources from sanitization + # Excludes define rules to exempt resources from sanitization excludes: global: fqns: [rx:kube-system] diff --git a/spinach-examples/spinach_eks.yml b/spinach-examples/spinach_eks.yml index fa8dbf4..99c0565 100644 --- a/spinach-examples/spinach_eks.yml +++ b/spinach-examples/spinach_eks.yml @@ -12,7 +12,7 @@ popeye: # Checks if mem is over allocated by more than 50% at current load. overPercUtilization: 50 - # Excludes define rules to exampt resources from sanitization + # Excludes define rules to exempt resources from sanitization excludes: global: fqns: [rx:^kube-system,rx:^local-path-storage]