Skip to content

Commit

Permalink
Fixing indentation for taints in KubeadmConfigTemplate in capi-cluste…
Browse files Browse the repository at this point in the history
…r app

Signed-off-by: Archisman-Mridha <[email protected]>
  • Loading branch information
Archisman-Mridha committed Nov 13, 2024
1 parent 48a75a7 commit 39e5082
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 39e5082

Please sign in to comment.