diff --git a/playbooks/openshift-apps/the-new-hotness.yml b/playbooks/openshift-apps/the-new-hotness.yml index 2d018b55d0..67cbe03c64 100644 --- a/playbooks/openshift-apps/the-new-hotness.yml +++ b/playbooks/openshift-apps/the-new-hotness.yml @@ -66,6 +66,11 @@ file: imagestream.yml objectname: imagestream.yml + - role: openshift/object + app: the-new-hotness + file: service.yml + objectname: service.yml + - role: openshift/object app: the-new-hotness template: buildconfig.yml @@ -83,7 +88,7 @@ - role: openshift/object app: the-new-hotness - file: deploymentconfig.yml + template: deploymentconfig.yml objectname: deploymentconfig.yml - role: openshift/rollout