Skip to content

Commit

Permalink
Rerun
Browse files Browse the repository at this point in the history
  • Loading branch information
frikky committed May 31, 2024
1 parent e216dfd commit f2d99c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion functions/onprem/orborus/orborus.go
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,6 @@ func deployWorker(image string, identifier string, env []string, executionReques
env = append(env, fmt.Sprintf("KUBERNETES_SERVICE_PORT=%s", os.Getenv("KUBERNETES_SERVICE_PORT")))
}


clientset, _, err := shuffle.GetKubernetesClient()
if err != nil {
log.Printf("[ERROR] Error getting kubernetes client:", err)
Expand Down

0 comments on commit f2d99c6

Please sign in to comment.