[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:
parent
60c0da9185
commit
2b193a7139
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue