File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ keywords:
88- bootstrapping
99- kubernetes
1010- proxmox
11- version : 1.0.1
11+ version : 1.0.2
1212appVersion : v1beta1
1313home : https://github.com/ionos-cloud/cluster-api-provider-proxmox
1414sources :
Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ spec:
1414 {{- fail (printf ".Values.controlPlaneTemplates named %s must define allowedNodes as list" $template.name) }}
1515 {{- end }}
1616 allowedNodes :
17- {{ toYaml . | nindent 8 }}
17+ {{- toYaml . | nindent 8 }}
1818 {{- end }}
1919 {{- with $template.checks }}
2020 checks :
21- {{ toYaml . | nindent 8 }}
21+ {{- toYaml . | nindent 8 }}
2222 {{- end }}
2323 {{- with $template.description }}
2424 description :
25- {{ toYaml . | nindent 8 }}
25+ {{- toYaml . | nindent 8 }}
2626 {{- end }}
2727 {{- with (required "ProxmoxMachineTemplate must define diskSizeGb"
2828 $template.diskSizeGb) }}
@@ -75,10 +75,10 @@ spec:
7575 {{- end }}
7676 {{- with $template.templateSelector }}
7777 templateSelector :
78- {{ toYaml . | nindent 8 }}
78+ {{- toYaml . | nindent 8 }}
7979 {{- end }}
8080 {{- with $template.vmIDRange }}
8181 vmIDRange :
82- {{ toYaml . | nindent 8 }}
82+ {{- toYaml . | nindent 8 }}
8383 {{- end }}
8484{{ end }}
You can’t perform that action at this time.
0 commit comments