Skip to content

Commit

Permalink
Fix linting lines
Browse files Browse the repository at this point in the history
  • Loading branch information
casibbald committed Dec 3, 2024
1 parent 90f4477 commit 47448b2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/run/install/install_dashboard.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ func GetInstalledDashboard(ctx context.Context, kubeClient client.Client, namesp
dashboardName := ""

for _, helmRelease := range helmReleaseList.Items {

chart := helmRelease.Spec.Chart

if chart == nil {
Expand All @@ -175,7 +174,6 @@ func GetInstalledDashboard(ctx context.Context, kubeClient client.Client, namesp
ossDashboardInstalled = true
dashboardName = helmRelease.Name
}

}

if ossDashboardInstalled {
Expand Down

0 comments on commit 47448b2

Please sign in to comment.