From 2b193a71394dc39bdd7e1a8c8f4c404b4406e120 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Tue, 31 May 2022 11:48:09 +0200 Subject: [PATCH] [the-new-hotness] Reflect the file changes in playbook MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I forgot that you need to reflect template changes and new yaml files in playbook as well. Let's correct this mistake. Signed-off-by: Michal Konečný --- playbooks/openshift-apps/the-new-hotness.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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