Преглед на файлове

Merge pull request #4311 from abutcher/skip-router-registry-cert-redeploy

Merged by openshift-bot
OpenShift Bot преди 7 години
родител
ревизия
7aaeae7083
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      playbooks/byo/openshift-cluster/redeploy-certificates.yml

+ 2 - 0
playbooks/byo/openshift-cluster/redeploy-certificates.yml

@@ -20,5 +20,7 @@
 - include: ../../common/openshift-node/restart.yml
 
 - include: ../../common/openshift-cluster/redeploy-certificates/router.yml
+  when: openshift_hosted_manage_router | default(true) | bool
 
 - include: ../../common/openshift-cluster/redeploy-certificates/registry.yml
+  when: openshift_hosted_manage_registry | default(true) | bool