diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2016-02-10 15:40:32 -0500 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2016-02-10 15:40:32 -0500 |
commit | 5678a61006be9f6b72d7a94131006e309d414ea0 (patch) | |
tree | 6e6ea11058e436e45217a36cf32f0cd35eb3a66a /roles/openshift_serviceaccounts/templates | |
parent | bc39e1716b09af021da76e9e390111fcd0d9789a (diff) | |
parent | 9a0dcd5dc1431ef21cb45b5abb3f55a28cc0ed93 (diff) | |
download | openshift-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.j2 | 2 |
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 }} |