Browse Source

Merge pull request #9437 from AlbertoPeon/asb_broker_config

Allow to override full Ansible Service Broker config map
Michael Gugino 6 years ago
parent
commit
7d4b1b04c7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      roles/ansible_service_broker/tasks/install.yml

+ 1 - 1
roles/ansible_service_broker/tasks/install.yml

@@ -210,7 +210,7 @@
     kind: ConfigMap
     content:
       path: /tmp/cmout
-      data: "{{ lookup('template', 'configmap.yaml.j2') | from_yaml }}"
+      data: "{{ ansible_service_broker_full_broker_config_map | default(lookup('template', 'configmap.yaml.j2') | from_yaml) }}"
 
 - oc_secret:
     name: asb-registry-auth