summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift/src/lib/serviceaccount.py
diff options
context:
space:
mode:
Diffstat (limited to 'roles/lib_openshift/src/lib/serviceaccount.py')
-rw-r--r--roles/lib_openshift/src/lib/serviceaccount.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/lib_openshift/src/lib/serviceaccount.py b/roles/lib_openshift/src/lib/serviceaccount.py
index 47a55757e..50c104d44 100644
--- a/roles/lib_openshift/src/lib/serviceaccount.py
+++ b/roles/lib_openshift/src/lib/serviceaccount.py
@@ -18,7 +18,7 @@ class ServiceAccountConfig(object):
self.create_dict()
def create_dict(self):
- ''' return a properly structured volume '''
+ ''' instantiate a properly structured volume '''
self.data['apiVersion'] = 'v1'
self.data['kind'] = 'ServiceAccount'
self.data['metadata'] = {}