diff options
Diffstat (limited to 'roles')
| -rwxr-xr-x | roles/openshift_facts/library/openshift_facts.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/roles/openshift_facts/library/openshift_facts.py b/roles/openshift_facts/library/openshift_facts.py index b13343776..a5765b8d8 100755 --- a/roles/openshift_facts/library/openshift_facts.py +++ b/roles/openshift_facts/library/openshift_facts.py @@ -1727,7 +1727,7 @@ class OpenShiftFacts(object):                  metrics=dict(                      deploy=False,                      duration=7, -                    resolution=10, +                    resolution='10s',                      storage=dict(                          kind=None,                          volume=dict( | 
