We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e3435c commit 2a58216Copy full SHA for 2a58216
charts/capi-vsphere/Chart.yaml
@@ -7,7 +7,7 @@ keywords:
7
- bootstrapping
8
- kubernetes
9
- vsphere
10
-version: 1.3.1
+version: 1.3.2
11
appVersion: v1beta1
12
home: https://cluster-api.sigs.k8s.io/
13
sources:
charts/capi-vsphere/templates/machine-deployment.yaml
@@ -46,4 +46,7 @@ spec:
46
files:
47
{{- toYaml $.Values.kubeadm.files | nindent 8 }}
48
{{- end }}
49
+ {{- if $.Values.kubeadm.ntp }}
50
+ ntp: {{- toYaml $.Values.kubeadm.ntp | nindent 8 }}
51
+ {{- end }}
52
{{ end }}
0 commit comments