[the-new-hotness] Reflect the file changes in playbook

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ý <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2022-05-31 11:48:09 +02:00
parent 60c0da9185
commit 2b193a7139

View file

@ -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