From e45a9c04f3df82c6959bea474ee3f83b09f94813 Mon Sep 17 00:00:00 2001 From: Tyler Hawkins <3319104+tyzbit@users.noreply.github.com> Date: Fri, 2 Jun 2023 11:40:58 -0400 Subject: [PATCH] fix: (chart) fix nodeDrainPolicy key Removing a space between the key and colon. Signed-off-by: Tyler Hawkins <3319104+tyzbit@users.noreply.github.com> --- chart/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/values.yaml b/chart/values.yaml index 6a65e11..de679c4 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -137,7 +137,7 @@ defaultSettings: disableSchedulingOnCordonedNode: ~ replicaZoneSoftAntiAffinity: ~ nodeDownPodDeletionPolicy: ~ - nodeDrainPolicy : ~ + nodeDrainPolicy: ~ replicaReplenishmentWaitInterval: ~ concurrentReplicaRebuildPerNodeLimit: ~ concurrentVolumeBackupRestorePerNodeLimit: ~