summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/post_control_plane.yml
diff options
context:
space:
mode:
authorKenny Woodson <kwoodson@redhat.com>2017-04-11 11:35:50 -0400
committerKenny Woodson <kwoodson@redhat.com>2017-04-11 11:35:50 -0400
commit605f3083a5c3754fb24fcea847de532a62cc4909 (patch)
treebc078c4293122c9cccef618ade93b82031e376a2 /playbooks/common/openshift-cluster/upgrades/post_control_plane.yml
parent5bf91d2cdc033f7df585653b0725de0b096fdb10 (diff)
downloadopenshift-605f3083a5c3754fb24fcea847de532a62cc4909.tar.gz
openshift-605f3083a5c3754fb24fcea847de532a62cc4909.tar.bz2
openshift-605f3083a5c3754fb24fcea847de532a62cc4909.tar.xz
openshift-605f3083a5c3754fb24fcea847de532a62cc4909.zip
Fixed spelling mistake.
Diffstat (limited to 'playbooks/common/openshift-cluster/upgrades/post_control_plane.yml')
-rw-r--r--playbooks/common/openshift-cluster/upgrades/post_control_plane.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/post_control_plane.yml b/playbooks/common/openshift-cluster/upgrades/post_control_plane.yml
index 4c71e948c..0d7cdb227 100644
--- a/playbooks/common/openshift-cluster/upgrades/post_control_plane.yml
+++ b/playbooks/common/openshift-cluster/upgrades/post_control_plane.yml
@@ -54,10 +54,10 @@
- name: Update registry image to current version
oc_edit:
kind: dc
- name: docker-registery
+ name: docker-registry
namespace: default
content:
- spec.template.spec.containers[0].image: "{{ registery_image }}"
+ spec.template.spec.containers[0].image: "{{ registry_image }}"
when:
- _default_registry.results.results[0] != {}