Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ukff committed Oct 3, 2024
1 parent 6d11255 commit 54ca8f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/globalaccounts/globalaccounts.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func getKcpClient() (client.Client, error) {

func clusterOp(ctx context.Context, kcp client.Client, logs *logrus.Logger) (unstructured.UnstructuredList, error) {
gvk, err := k8s.GvkByName(k8s.KymaCr)
if condition := err != nil; condition {
if err != nil {
logs.Errorf("error getting GVK %s", err)
return unstructured.UnstructuredList{}, nil
}
Expand Down

0 comments on commit 54ca8f2

Please sign in to comment.