Correct config option name "cert" to "certs"

Change-Id: I4617cad5a26a963f89e6af9cd2bb79f4328f6f94
This commit is contained in:
Mike Chen 2019-02-23 18:53:50 +08:00
parent c7d9e21b1e
commit 3dba71743b
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':