move cron job before rollout so initial playbook run defines it
This commit is contained in:
parent
4a385eadba
commit
451030a0b6
1 changed files with 3 additions and 3 deletions
|
@ -42,10 +42,10 @@
|
|||
app: release-monitoring
|
||||
file: deploymentconfig.yml
|
||||
objectname: deploymentconfig.yml
|
||||
- role: openshift/rollout
|
||||
app: release-monitoring
|
||||
dcname: release-monitoring-web
|
||||
- role: openshift/object
|
||||
app: release-monitoring
|
||||
file: cron.yml
|
||||
objectname: cron.yml
|
||||
- role: openshift/rollout
|
||||
app: release-monitoring
|
||||
dcname: release-monitoring-web
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue