Commit 4f0a191e authored by Sebastiaan van Steenis's avatar Sebastiaan van Steenis Committed by Alena Prokharchyk
Browse files

Typo valid

parent bff7e0a2
Showing with 1 addition and 1 deletion
+1 -1
......@@ -239,7 +239,7 @@ func rebuildLocalAdminConfig(ctx context.Context, kubeCluster *Cluster) error {
func isLocalConfigWorking(ctx context.Context, localKubeConfigPath string, k8sWrapTransport k8s.WrapTransport) bool {
if _, err := GetK8sVersion(localKubeConfigPath, k8sWrapTransport); err != nil {
log.Infof(ctx, "[reconcile] Local config is not vaild, rebuilding admin config")
log.Infof(ctx, "[reconcile] Local config is not valid, rebuilding admin config")
return false
}
return true
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment