소스 검색

Clarify example for osm_etcd_image

Russell Teague 6 년 전
부모
커밋
25c44e68e3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      inventory/hosts.example

+ 1 - 1
inventory/hosts.example

@@ -196,7 +196,7 @@ debug_level=2
 
 # If the image for etcd needs to be pulled from anywhere else than registry.access.redhat.com, e.g. in
 # a disconnected and containerized installation, use osm_etcd_image to specify the image to use:
-#osm_etcd_image=rhel7/etcd
+#osm_etcd_image=registry.example.com/rhel7/etcd
 
 # htpasswd auth
 #openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', 'challenge': 'true', 'kind': 'HTPasswdPasswordIdentityProvider'}]