diff --git a/site/profiles/templates/helpers/certmanager.erb b/site/profiles/templates/helpers/certmanager.erb index 44588e5..d1d2c0b 100644 --- a/site/profiles/templates/helpers/certmanager.erb +++ b/site/profiles/templates/helpers/certmanager.erb @@ -7,6 +7,9 @@ import os import yaml from zipfile import ZipFile +# remove this after certs are generated everywhere +requests.packages.urllib3.disable_warnings() + def load_config(config_path): with open(config_path, 'r') as file: config = yaml.safe_load(file)