mirror of
https://github.com/openshift/installer.git
synced 2026-02-05 15:47:14 +01:00
Marshal the coreos-bootimages ConfigMap included in the installer manifests as yaml instead of json. This allows `oc` to replace the `0.0.1-snapshot` value of the `releaseVersion`. The quotes around the value when marshalled as json were preventing the value from matching the regular expression that `oc` uses. /fixes https://github.com/openshift/installer/issues/4797