mote_v2: fix template vs file

This commit is contained in:
Francois Andrieu 2022-04-19 21:00:50 +02:00
parent 6da3a74b2c
commit 82e9165336

View file

@ -44,19 +44,19 @@
objectname: redis-dc.yml
- role: openshift/object
file: redis-svc.yml
template: redis-svc.yml
objectname: redis-svc.yml
- role: openshift/object
file: mote-svc.yml
template: mote-svc.yml
objectname: mote-svc.yml
- role: openshift/object
file: mote-cm.yml
template: mote-cm.yml
objectname: mote-cm.yml
- role: openshift/object
file: fedmsg-cm.yml
template: fedmsg-cm.yml
objectname: fedmsg-cm.yml
when: env == "production"