Commit d82a2cef authored by Adam Reese's avatar Adam Reese Committed by GitHub

Merge pull request #1673 from ahawkins/patch-1

Set Helm deployment to pull IfNotPresent
parents 4b20ef76 989e59f5
......@@ -87,7 +87,7 @@ func generateDeployment(namespace, image string) *extensions.Deployment {
{
Name: "tiller",
Image: image,
ImagePullPolicy: "Always",
ImagePullPolicy: "IfNotPresent",
Ports: []api.ContainerPort{{ContainerPort: 44134, Name: "tiller"}},
LivenessProbe: &api.Probe{
Handler: api.Handler{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment