From a9b9fc11bb0f616238e9f12d28ac5fc2ae6aed9f Mon Sep 17 00:00:00 2001 From: Jordi Prats Date: Fri, 26 Apr 2024 18:46:52 +0200 Subject: [PATCH] fix typo --- spinach-examples/spinach_aks.yml | 2 +- spinach-examples/spinach_eks.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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]