Remove kube and scshutdown endpoint

This commit is contained in:
Sam Chow 2018-06-08 15:33:54 -04:00
parent e9d24dc5ff
commit 79a05909d5
5 changed files with 2 additions and 218 deletions

View file

@ -18,9 +18,6 @@ OVERRIDE_CONFIG_DIRECTORY = os.path.join(ROOT_DIR, 'config_app/conf/stack')
is_testing = 'TEST' in os.environ
# TODO(config kubernetes): reinstate when enabling kubernetes in config app
# is_kubernetes = 'KUBERNETES_SERVICE_HOST' in os.environ
config_provider = get_config_provider(OVERRIDE_CONFIG_DIRECTORY, 'config.yaml', 'config.py',
testing=is_testing)