From 460797ba4a79cc6efaad4997389b9bfdd98b7a05 Mon Sep 17 00:00:00 2001
From: Fernando Crespo Gravalos <fcrespo@fastly.com>
Date: Mon, 31 Mar 2025 18:49:37 +0200
Subject: [PATCH] remove extra new line

Signed-off-by: Fernando Crespo Gravalos <fcrespo@fastly.com>
---
 charts/cluster-autoscaler/README.md.gotmpl | 1 -
 1 file changed, 1 deletion(-)

diff --git a/charts/cluster-autoscaler/README.md.gotmpl b/charts/cluster-autoscaler/README.md.gotmpl
index 1e0b5d160c..d42c27d439 100644
--- a/charts/cluster-autoscaler/README.md.gotmpl
+++ b/charts/cluster-autoscaler/README.md.gotmpl
@@ -187,7 +187,6 @@ Prefixes will be rendered using `tpl` function so you can use any value of your
 
 In the event you want to explicitly specify MIGs instead of using auto-discovery, set members of the `autoscalingGroups` array directly - e.g.
 
-
 ```
 # where 'n' is the index, starting at 0
 --set autoscalingGroups[n].name=https://content.googleapis.com/compute/v1/projects/$PROJECTID/zones/$ZONENAME/instanceGroups/$FULL-MIG-NAME,autoscalingGroups[n].maxSize=$MAXSIZE,autoscalingGroups[n].minSize=$MINSIZE
-- 
GitLab