소스 검색

adding asb auth as a secret.

Shawn Hurley 7 년 전
부모
커밋
63494ced32
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      roles/ansible_service_broker/tasks/install.yml

+ 2 - 0
roles/ansible_service_broker/tasks/install.yml

@@ -402,6 +402,8 @@
                 org:  {{ ansible_service_broker_registry_organization }}
                 tag:  {{ ansible_service_broker_registry_tag }}
                 white_list: {{  ansible_service_broker_registry_whitelist | to_yaml }}
+                auth_type: secret
+                auth_name: asb-registry-auth
               - type: local_openshift
                 name: localregistry
                 namespaces: ['openshift']