From d869e711b957029d98760901978d46902bc4b927 Mon Sep 17 00:00:00 2001 From: Shawn Hurley Date: Wed, 8 Nov 2017 15:02:16 -0500 Subject: Adding configuration for keeping transient namespace on error. --- roles/ansible_service_broker/tasks/install.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'roles/ansible_service_broker/tasks/install.yml') diff --git a/roles/ansible_service_broker/tasks/install.yml b/roles/ansible_service_broker/tasks/install.yml index ce7219aaa..ff90f59a3 100644 --- a/roles/ansible_service_broker/tasks/install.yml +++ b/roles/ansible_service_broker/tasks/install.yml @@ -430,6 +430,8 @@ bearer_token_file: "" sandbox_role: {{ ansible_service_broker_sandbox_role }} image_pull_policy: {{ ansible_service_broker_image_pull_policy }} + keep_namespace: {{ ansible_service_broker_keep_namespace | bool | lower }} + keep_namespace_on_error: {{ ansible_service_broker_keep_namespace_on_error | bool | lower }} broker: dev_broker: {{ ansible_service_broker_dev_broker | bool | lower }} bootstrap_on_startup: {{ ansible_service_broker_bootstrap_on_startup | bool | lower }} -- cgit v1.2.1