Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit 6741bce

Browse files
author
Luke Addison
committed
Reverse Tiller template change
1 parent 7822d5c commit 6741bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

puppet/modules/kubernetes_addons/templates/tiller-deployment.yaml.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
serviceAccountName: tiller
1919
<%- end -%>
2020
containers:
21-
- image: <%= @image %>:<%= @version %>
21+
- image: <%= @image %>:v<%= @version %>
2222
args:
2323
- /tiller
2424
- --listen=localhost:44134

0 commit comments

Comments
 (0)