浏览代码

Merge pull request #7314 from kwoodson/update_registry_certificates

[bz 1508561] default to secure registry and update certificates
Scott Dodson 7 年之前
父节点
当前提交
2a9f35a3cc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      playbooks/common/openshift-cluster/upgrades/post_control_plane.yml

+ 1 - 1
playbooks/common/openshift-cluster/upgrades/post_control_plane.yml

@@ -115,7 +115,7 @@
 
   post_tasks:
   # Do not perform these tasks when the registry is insecure.  The default registry is insecure in openshift_hosted/defaults/main.yml
-  - when: not (openshift_docker_hosted_registry_insecure | default(True))
+  - when: not (openshift_docker_hosted_registry_insecure | default(False))
     block:
     # we need to migrate customers to the new pattern of pushing to the registry via dns
     # Step 1: verify the certificates have the docker registry service name