Skip to content

Commit 2a58216

Browse files
manuelchichiManuel
and
Manuel
authored
fix: Added ntp to workers (#13)
Co-authored-by: Manuel <[email protected]>
1 parent 0e3435c commit 2a58216

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

charts/capi-vsphere/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords:
77
- bootstrapping
88
- kubernetes
99
- vsphere
10-
version: 1.3.1
10+
version: 1.3.2
1111
appVersion: v1beta1
1212
home: https://cluster-api.sigs.k8s.io/
1313
sources:

charts/capi-vsphere/templates/machine-deployment.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,7 @@ spec:
4646
files:
4747
{{- toYaml $.Values.kubeadm.files | nindent 8 }}
4848
{{- end }}
49+
{{- if $.Values.kubeadm.ntp }}
50+
ntp: {{- toYaml $.Values.kubeadm.ntp | nindent 8 }}
51+
{{- end }}
4952
{{ end }}

0 commit comments

Comments
 (0)