Browse Source

Merge pull request #9977 from jmontleon/disable-asb-keep-ns-on-error

Fixes: BZ1618547 disable keep ns on error in ASB to prevent resource starvation
OpenShift Merge Robot 6 years ago
parent
commit
81c18afb0c
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