瀏覽代碼

Pass registry claim to openshift_registry.

Andrew Butcher 9 年之前
父節點
當前提交
d1f174183a
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      playbooks/common/openshift-cluster/additional_config.yml

+ 1 - 0
playbooks/common/openshift-cluster/additional_config.yml

@@ -52,4 +52,5 @@
   - role: openshift_router
     when: deploy_infra | bool
   - role: openshift_registry
+    registry_volume_claim: "{{ openshift.hosted.registry.storage.volume.name }}-claim"
     when: deploy_infra | bool and attach_registry_volume | bool