diff --git a/install/0000_80_machine-config-operator_02_images.configmap.yaml b/install/0000_80_machine-config-operator_02_images.configmap.yaml index 505cdfb53f..09001efe2d 100644 --- a/install/0000_80_machine-config-operator_02_images.configmap.yaml +++ b/install/0000_80_machine-config-operator_02_images.configmap.yaml @@ -15,5 +15,6 @@ data: "mdnsPublisherImage": "registry.svc.ci.openshift.org/openshift:mdns-publisher", "haproxyImage": "registry.svc.ci.openshift.org/openshift:haproxy-router", "baremetalRuntimeCfgImage": "registry.svc.ci.openshift.org/openshift:baremetal-runtimecfg", - "oauthProxy": "registry.svc.ci.openshift.org/openshift:oauth-proxy" + "oauthProxy": "registry.svc.ci.openshift.org/openshift:oauth-proxy", + "setupEtcdEnvKey": "registry.svc.ci.openshift.org/openshift:setup-etcd-environment" }