Skip to content

Commit 54fc2e0

Browse files
authored
Merge pull request #17 from Mikroways/fix/machine-health-checks
Fix field nodeStartupTimeout in machine-health-checks
2 parents 7450880 + 0b9768a commit 54fc2e0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.4.1
10+
version: 1.4.2
1111
appVersion: v1beta1
1212
home: https://cluster-api.sigs.k8s.io/
1313
sources:

charts/capi-vsphere/templates/machine-health-checks-management.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ spec:
1414
remediationTemplate:
1515
{{- toYaml $md.remediationTemplate | nindent 4 }}
1616
{{- end }}
17-
{{- with $md.nodeStartUpTimeout }}
18-
nodeStartUpTimeout: {{ . }}
17+
{{- with $md.nodeStartupTimeout }}
18+
nodeStartupTimeout: {{ . }}
1919
{{- end }}
2020
selector:
2121
{{- with $md.selector.matchLabels }}

0 commit comments

Comments
 (0)