Explorar el Código

Merge pull request #9245 from mgugino-upstream-stage/oreg-upgrade

Always ensure master config has proper url upgrade
Vadim Rutkovsky hace 6 años
padre
commit
660e5e94e9
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      roles/openshift_control_plane/tasks/upgrade.yml

+ 1 - 2
roles/openshift_control_plane/tasks/upgrade.yml

@@ -61,8 +61,7 @@
   yedit:
     src: "{{ openshift.common.config_base }}/master/master-config.yaml"
     key: 'imageConfig.format'
-    value: "{{ oreg_url }}"
-  when: oreg_url is defined
+    value: "{{ openshift_imageconfig_format }}"
 
 - name: Change default node selector to compute=true
   yedit: