Skip to content

Commit

Permalink
Missed a var
Browse files Browse the repository at this point in the history
Adding in a missing env var

Signed-off-by: Joe Talerico <[email protected]>
  • Loading branch information
Joe Talerico authored and jtaleric committed Dec 16, 2024
1 parent 88ddf96 commit 9378bc9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions node-density.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ func NewNodeDensity(wh *workloads.WorkloadHelper) *cobra.Command {
os.Setenv("CHURN_PERCENT", fmt.Sprint(churnPercent))
os.Setenv("CHURN_DELETION_STRATEGY", churnDeletionStrategy)
os.Setenv("JOB_ITERATIONS", fmt.Sprint(totalPods-podCount))
os.Setenv("NAMESPACED_ITERATIONS", fmt.Sprint(namespacedIterations))
os.Setenv("ITERATIONS_PER_NAMESPACE", fmt.Sprint(iterationsPerNamespace))
os.Setenv("POD_READY_THRESHOLD", fmt.Sprintf("%v", podReadyThreshold))
os.Setenv("CONTAINER_IMAGE", containerImage)
},
Expand Down

0 comments on commit 9378bc9

Please sign in to comment.