Skip to content

Commit 8297044

Browse files
authored
fix: Rename webhook container to manager (#932)
The clusterctl logic to wait for providers to be ready depends on the container name being manager (see https://github.com/kubernetes-sigs/cluster-api/blob/main/cmd/clusterctl/internal/util/objs.go#L181) otherwise it will not wait for the provider to be ready and hence potentially return too early for other client operations.
1 parent 55c8564 commit 8297044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/cluster-api-runtime-extensions-nutanix/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
serviceAccountName: {{ template "chart.name" . }}
2525
terminationGracePeriodSeconds: 10
2626
containers:
27-
- name: webhook
27+
- name: manager
2828
image: "{{ .Values.image.repository }}:{{ default $.Chart.AppVersion .Values.image.tag }}"
2929
imagePullPolicy: "{{ .Values.image.pullPolicy }}"
3030
args:

0 commit comments

Comments
 (0)