From dc193e1d4429a9c4ae999e271fa641615234c767 Mon Sep 17 00:00:00 2001 From: "Rafael T. C. Soares" Date: Thu, 26 Sep 2019 09:19:08 -0300 Subject: [PATCH] address #1034 issue --- inventories/group_vars/all/common.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/inventories/group_vars/all/common.yml b/inventories/group_vars/all/common.yml index 6d3ad0955..4d6914ad0 100644 --- a/inventories/group_vars/all/common.yml +++ b/inventories/group_vars/all/common.yml @@ -39,6 +39,10 @@ eval_threescale_enable_wildcard_route: false # NOTE: When run_master_tasks is false, this var will also be set to false, with the # expectation that `oc` is already logged in as a cluster-admin user create_cluster_admin: true + +# DO NOT DELETE user's namespaces during uninstall! +# if you want to wipe user's namespaces you have to explicitly set this var to 'false' +keep_namespaces: true # override to set a namespace prefix.