Skip to content

Commit

Permalink
Drop imagePullPolicy override (#279)
Browse files Browse the repository at this point in the history
imagePullPolicy: Always isn't needed for Ambassador these days, and the default ifNotPresent is really much easier on everyone's network. We've taken this out of Datawire's default Ambassador YAML, and recommend doing the same for Kubeflow. Thanks!
  • Loading branch information
kflynn authored and jlewi committed Feb 26, 2018
1 parent 1a6fc9d commit 9960ba9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kubeflow/core/ambassador.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@
},
],
image: ambassadorImage,
imagePullPolicy: "Always",
livenessProbe: {
httpGet: {
path: "/ambassador/v0/check_alive",
Expand Down

0 comments on commit 9960ba9

Please sign in to comment.