We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7450880 + 0b9768a commit 54fc2e0Copy full SHA for 54fc2e0
charts/capi-vsphere/Chart.yaml
@@ -7,7 +7,7 @@ keywords:
7
- bootstrapping
8
- kubernetes
9
- vsphere
10
-version: 1.4.1
+version: 1.4.2
11
appVersion: v1beta1
12
home: https://cluster-api.sigs.k8s.io/
13
sources:
charts/capi-vsphere/templates/machine-health-checks-management.yaml
@@ -14,8 +14,8 @@ spec:
14
remediationTemplate:
15
{{- toYaml $md.remediationTemplate | nindent 4 }}
16
{{- end }}
17
- {{- with $md.nodeStartUpTimeout }}
18
- nodeStartUpTimeout: {{ . }}
+ {{- with $md.nodeStartupTimeout }}
+ nodeStartupTimeout: {{ . }}
19
20
selector:
21
{{- with $md.selector.matchLabels }}
0 commit comments