Browse Source

Merge pull request #7807 from dymurray/brokename

Bug 1564499 - ASB usability improvements
OpenShift Merge Robot 7 years ago
parent
commit
05183b612a

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

@@ -15,7 +15,7 @@ ansible_service_broker_launch_apb_on_bind: false
 ansible_service_broker_keep_namespace_on_error: true
 ansible_service_broker_keep_namespace: false
 
-ansible_service_broker_image_pull_policy: IfNotPresent
+ansible_service_broker_image_pull_policy: Always
 ansible_service_broker_sandbox_role: edit
 ansible_service_broker_auto_escalate: false
 ansible_service_broker_local_registry_whitelist: []

+ 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 }}