Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: [release/v0.14.x] Rename webhook container to manager (#933)
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. Backport of #932.
- Loading branch information