mote_v2: fix template vs file
This commit is contained in:
parent
6da3a74b2c
commit
82e9165336
1 changed files with 4 additions and 4 deletions
|
@ -44,19 +44,19 @@
|
||||||
objectname: redis-dc.yml
|
objectname: redis-dc.yml
|
||||||
|
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
file: redis-svc.yml
|
template: redis-svc.yml
|
||||||
objectname: redis-svc.yml
|
objectname: redis-svc.yml
|
||||||
|
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
file: mote-svc.yml
|
template: mote-svc.yml
|
||||||
objectname: mote-svc.yml
|
objectname: mote-svc.yml
|
||||||
|
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
file: mote-cm.yml
|
template: mote-cm.yml
|
||||||
objectname: mote-cm.yml
|
objectname: mote-cm.yml
|
||||||
|
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
file: fedmsg-cm.yml
|
template: fedmsg-cm.yml
|
||||||
objectname: fedmsg-cm.yml
|
objectname: fedmsg-cm.yml
|
||||||
when: env == "production"
|
when: env == "production"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue