Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information