fix(typo): error message for kubeconfig

This commit is contained in:
Dario Tranchitella
2023-08-02 11:26:39 +02:00
parent eee62032de
commit 6c4b339c4b

View File

@@ -189,7 +189,7 @@ func (r *KubeconfigResource) mutate(ctx context.Context, tenantControlPlane *kam
kubeconfig, kcErr := kubeadm.CreateKubeconfig(r.KubeConfigFileName, crtKeyPair, config)
if kcErr != nil {
logger.Error(kcErr, "cannot shouldCreate a valid kubeconfig")
logger.Error(kcErr, "cannot create a valid kubeconfig")
return kcErr
}