Skip to content

Commit

Permalink
fix: env rename
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0elliot committed Nov 5, 2024
1 parent 5799c48 commit e3b8719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/onprem/orborus/orborus.go
Original file line number Diff line number Diff line change
Expand Up @@ -967,7 +967,7 @@ func deployK8sWorker(image string, identifier string, env []string) error {
}

if len(os.Getenv("SHUFFLE_USE_GCHR_OVERRIDE_FOR_AUTODEPLOY")) > 0 {
env = append(env, fmt.Sprintf("SHUFFLE_USE_DOCKERHUB_FOR_AUTODEPLOY=%s", os.Getenv("SHUFFLE_USE_DOCKERHUB_FOR_AUTODEPLOY")))
env = append(env, fmt.Sprintf("SHUFFLE_USE_GCHR_OVERRIDE_FOR_AUTODEPLOY=%s", os.Getenv("SHUFFLE_USE_GCHR_OVERRIDE_FOR_AUTODEPLOY")))
}

clientset, _, err := shuffle.GetKubernetesClient()
Expand Down

0 comments on commit e3b8719

Please sign in to comment.