fix(typo): error message for kubeconfig

This commit is contained in:
Dario Tranchitella
2023-08-03 18:03:54 +02:00
parent eee62032de
commit 6c4b339c4b
+1 -1
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
}