Merge "Correct config option name "cert" to "certs""

This commit is contained in:
Zuul 2019-02-28 21:37:01 +00:00 committed by Gerrit Code Review
commit 6b80de70f1
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ class Armada(object):
tarball_dir = source.get_tarball(location, verify=False)
else:
tarball_dir = source.get_tarball(
location, verify=CONF.cert)
location, verify=CONF.certs)
self.chart_cache[source_key] = tarball_dir
chart['source_dir'] = (self.chart_cache.get(source_key), subpath)
elif ct_type == 'git':