Skip to content

Commit

Permalink
Add wget to kubeflow-pipelines visualization server
Browse files Browse the repository at this point in the history
- wget is needed for liveness and readiness probes.

Closes chainguard-images#2920
  • Loading branch information
shanedell committed Nov 14, 2024
1 parent 56fca24 commit 64c5c12
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ terraform {
}

variable "extra_packages" {
default = ["kubeflow-pipelines-visualization-server"]
default = [
"kubeflow-pipelines-visualization-server",
"wget",
]
description = "The additional packages to install"
}

Expand Down

0 comments on commit 64c5c12

Please sign in to comment.