Skip to content

Commit

Permalink
Merge pull request #77 from m00g3n/fix-kubeconfig-rotation
Browse files Browse the repository at this point in the history
Fix kubeconfig rotation
  • Loading branch information
kyma-bot authored Nov 30, 2023
2 parents ab63ecf + 1cf7196 commit bce2e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/gardener_cluster_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ func (controller *GardenerClusterController) Reconcile(ctx context.Context, req

if kubeconfigStatus == ksCreated || kubeconfigStatus == ksModified {
_ = controller.persistStatusChange(ctx, &cluster)
return controller.resultWithoutRequeue(), nil
return controller.resultWithRequeue(), nil
}

return controller.resultWithRequeue(), nil
Expand Down

0 comments on commit bce2e08

Please sign in to comment.