소스 검색

Update ASB configmap to set namespace

Dylan Murray 7 년 전
부모
커밋
e498e528bb
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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 }}