Merge "Remove tiller docker image in helm manifest"

This commit is contained in:
Zuul 2018-08-24 20:02:07 +00:00 committed by Gerrit Code Review
commit 2749d9a693
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ class platform::helm
Class['::platform::kubernetes::master'] ->
exec { "load tiller docker image":
command => "docker load -i /var/lib/tiller/tiller-2.9.1-docker-image.tgz",
command => "docker image pull gcr.io/kubernetes-helm/tiller:v2.9.1",
logoutput => true,
} ->