From 39e5082d9b95e48c34f0c2307b59b6279c2d85ce Mon Sep 17 00:00:00 2001 From: Archisman-Mridha Date: Wed, 13 Nov 2024 17:59:11 +0530 Subject: [PATCH] Fixing indentation for taints in KubeadmConfigTemplate in capi-cluster app Signed-off-by: Archisman-Mridha --- .../charts/aws/templates/KubeadmConfigTemplate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd-helm-charts/capi-cluster/charts/aws/templates/KubeadmConfigTemplate.yaml b/argocd-helm-charts/capi-cluster/charts/aws/templates/KubeadmConfigTemplate.yaml index f1d95f2e..37c99fa4 100644 --- a/argocd-helm-charts/capi-cluster/charts/aws/templates/KubeadmConfigTemplate.yaml +++ b/argocd-helm-charts/capi-cluster/charts/aws/templates/KubeadmConfigTemplate.yaml @@ -14,7 +14,7 @@ spec: cloud-provider: external name: '{{"{{"}} ds.meta_data.local_hostname {{"}}"}}' {{- if $nodeGroup.taints }} - taints: {{- toYaml $nodeGroup.taints | nindent 8 }} + taints: {{- toYaml $nodeGroup.taints | nindent 12 }} {{- end }} {{- end }} {{- end }}