Просмотр исходного кода

Merge pull request #1486 from abutcher/bz1311410

Pass registry claim to openshift_registry.
Brenton Leanhardt 9 лет назад
Родитель
Сommit
b9d2dd909d
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