summaryrefslogtreecommitdiffstats
path: root/roles/openshift_serviceaccounts/templates
diff options
context:
space:
mode:
authorBrenton Leanhardt <bleanhar@redhat.com>2016-02-10 15:40:32 -0500
committerBrenton Leanhardt <bleanhar@redhat.com>2016-02-10 15:40:32 -0500
commit5678a61006be9f6b72d7a94131006e309d414ea0 (patch)
tree6e6ea11058e436e45217a36cf32f0cd35eb3a66a /roles/openshift_serviceaccounts/templates
parentbc39e1716b09af021da76e9e390111fcd0d9789a (diff)
parent9a0dcd5dc1431ef21cb45b5abb3f55a28cc0ed93 (diff)
downloadopenshift-5678a61006be9f6b72d7a94131006e309d414ea0.tar.gz
openshift-5678a61006be9f6b72d7a94131006e309d414ea0.tar.bz2
openshift-5678a61006be9f6b72d7a94131006e309d414ea0.tar.xz
openshift-5678a61006be9f6b72d7a94131006e309d414ea0.zip
Merge pull request #1326 from detiber/bz1303939
Fix infra_node deployment
Diffstat (limited to 'roles/openshift_serviceaccounts/templates')
-rw-r--r--roles/openshift_serviceaccounts/templates/serviceaccount.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_serviceaccounts/templates/serviceaccount.j2 b/roles/openshift_serviceaccounts/templates/serviceaccount.j2
index 931e249f9..c5f12421f 100644
--- a/roles/openshift_serviceaccounts/templates/serviceaccount.j2
+++ b/roles/openshift_serviceaccounts/templates/serviceaccount.j2
@@ -1,4 +1,4 @@
apiVersion: v1
kind: ServiceAccount
metadata:
- name: {{ item }}
+ name: {{ item.0 }}