Skip to content

Commit

Permalink
Remove validate kubernetes workload
Browse files Browse the repository at this point in the history
Signed-off-by: rickbrouwer <[email protected]>
  • Loading branch information
rickbrouwer authored Nov 1, 2024
1 parent 83018c2 commit 9615dc9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/scalers/kubernetes_workload_scaler.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,6 @@ func parseKubernetesWorkloadMetadata(config *scalersconfig.ScalerConfig) (kubern
}
meta.podSelector = selector

if err := meta.Validate(); err != nil {
return meta, err
}

return meta, nil
}

Expand Down

0 comments on commit 9615dc9

Please sign in to comment.