Browse Source

Fixes: BZ1618547 disable keep ns on error in ASB to prevent resource starvation

Jason Montleon 6 years ago
parent
commit
9681f26152
1 changed files with 1 additions and 1 deletions
  1. 1 1
      roles/ansible_service_broker/defaults/main.yml

+ 1 - 1
roles/ansible_service_broker/defaults/main.yml

@@ -14,7 +14,7 @@ ansible_service_broker_dev_broker: false
 ansible_service_broker_refresh_interval: 600s
 # Recommended you do not enable this for now
 ansible_service_broker_launch_apb_on_bind: false
-ansible_service_broker_keep_namespace_on_error: true
+ansible_service_broker_keep_namespace_on_error: false
 ansible_service_broker_keep_namespace: false
 
 ansible_service_broker_image_pull_policy: Always