Browse Source

Update ASB configmap to set namespace

Dylan Murray 7 years ago
parent
commit
e498e528bb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      roles/ansible_service_broker/templates/configmap.yaml.j2

+ 1 - 0
roles/ansible_service_broker/templates/configmap.yaml.j2

@@ -31,6 +31,7 @@ data:
       host: ""
       ca_file: ""
       bearer_token_file: ""
+      namespace: openshift-ansible-service-broker
       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 }}