diff --git a/deployer/hub.py b/deployer/hub.py index 871df40f5..8770119d2 100644 --- a/deployer/hub.py +++ b/deployer/hub.py @@ -103,7 +103,10 @@ def deploy_support(self): ]) print("Done!") - print("Support charts...") + print("Provisioning support charts...") + subprocess.check_call([ + 'helm', 'dep', 'up', 'support' + ]) support_dir = Path(__file__).parent.parent / 'support' support_secrets_file = support_dir / 'secrets.yaml'