File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
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.4
11+ version : 1.0.5
1212appVersion : v1beta1
1313home : https://github.com/ionos-cloud/cluster-api-provider-proxmox
1414sources :
Original file line number Diff line number Diff line change @@ -100,6 +100,6 @@ range iteration
100100 trunc 63 | trimSuffix " -" -} }
101101{ {- end -} }
102102
103- { {- define " capi-proxmox.kubeadmConfigTemplateJoinConfig " -} }
103+ { {- define " capi-proxmox.kubeadmConfigTemplate " -} }
104104{ {- merge .Context.Values.kubeadmConfigTemplateDefaults .KubeadmConfigTemplate | toYaml } }
105105{ {- end -} }
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ spec:
1111 template :
1212 spec :
1313 {{- with (include "capi-proxmox.kubeadmConfigUsers" $object | fromYaml) }}
14- users :
15- {{- toYaml . | nindent 8 }}
14+ {{- toYaml . | nindent 6 }}
1615 {{- end }}
17- {{- with
18- (include "capi-proxmox.kubeadmConfigTemplateJoinConfig" $object |
19- fromYaml) }}
16+ {{- with (
17+ get (
18+ fromYaml (include "capi-proxmox.kubeadmConfigTemplate" $object))
19+ " joinConfiguration" | default list ) }}
2020 joinConfiguration :
2121 {{- toYaml . | nindent 8 }}
2222 {{- end }}
You can’t perform that action at this time.
0 commit comments