From 54bb13353436f5ac1e76b5413f1726874e1dd95a Mon Sep 17 00:00:00 2001 From: nadavbuc Date: Mon, 15 Apr 2024 17:46:25 +0300 Subject: [PATCH] fix readme --- charts/karpenter_nodes/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/karpenter_nodes/README.md b/charts/karpenter_nodes/README.md index 60909a9..f8317ac 100644 --- a/charts/karpenter_nodes/README.md +++ b/charts/karpenter_nodes/README.md @@ -72,7 +72,7 @@ Note - Most of the values can be overridden per nodegroup (If not specified, it | `excludeInstanceSize` | Exclude specific instance sizes | `List` | ✓ | ✓ | | `headRoom` | Generate Ultra Low Priority Class for Headroom (see below) | `String` | ✓ | x | | `additionalRequirements` | add NodePool requirements which are not covered by this chart | `List(map)` | ✓ | ✓ | -| `autoTaint` | add NodePool taint with `dedicated` as key and `nodepool` (`-` replaced with `_`) | `Boolean` | ✓ | ✓ | +| `autoTaint` | add NodePool taint with `dedicated` as key and nodegroup name as value (`-` replaced with `_`) | `Boolean` | ✓ | ✓ | ### NodeGroup Configuration | Key Name | Description | Type | Optional? | Optional Per NodeGroup? |