Add dynamic custom venv setup

Add support for python3 venvs
This commit is contained in:
Ashley Nelson
2019-07-03 09:35:11 -05:00
parent 1f31cc9394
commit 036e1ad82e
3 changed files with 75 additions and 37 deletions

View File

@@ -46,3 +46,6 @@ kubernetes_deployment_replica_size: 1
postgress_activate_wait: 60
insights_url_base: "https://example.org"
custom_venvs_path: "/opt/custom-venvs"
custom_venvs_python: "python2"