Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow override of DEPLOY_APPS (#1768)
When using the local setup to debug issues or develop some feature I find it useful to not deploy sample applications. By starting with an "empty" cluster it is much easier to analyse the controller logs since there won't be any additional noise. Command running locally when testing: ``` K8GB_LOCAL_VERSION=test FULL_LOCAL_SETUP_WITH_APPS=false make deploy-full-local-setup ``` Note: initially I tried to set the env var name to DEPLOY_APPS, however it had undesired consequences since the value is passed to the `deploy-local-cluster` target. This caused terratest to deploy the apps, leading to a change of behavior and respective test failures. Signed-off-by: Andre Aguas <andre.aguas@protonmail.com>
- Loading branch information