openscanhub: remove openscanhub
prefix from hub
... configurations, as it looks unnecesaary. Signed-off-by: Siteshwar Vashisht <svashisht@redhat.com>
This commit is contained in:
parent
c21c0aaae8
commit
8682f36057
4 changed files with 6 additions and 6 deletions
|
@ -63,18 +63,18 @@
|
||||||
when: env == "production"
|
when: env == "production"
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
app: openscanhub
|
app: openscanhub
|
||||||
file: openscanhub-deployment-fedora-osh-hub.yml
|
file: deployment-fedora-osh-hub.yml
|
||||||
objectname: openscanhub-deployment-fedora-osh-hub
|
objectname: deployment-fedora-osh-hub
|
||||||
when: env == "staging"
|
when: env == "staging"
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
app: openscanhub
|
app: openscanhub
|
||||||
template: openscanhub-route-fedora-osh-hub.yml
|
template: route-fedora-osh-hub.yml
|
||||||
objectname: openscanhub-route-fedora-osh-hub
|
objectname: route-fedora-osh-hub
|
||||||
when: env == "staging"
|
when: env == "staging"
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
app: openscanhub
|
app: openscanhub
|
||||||
file: openscanhub-service-fedora-osh-hub.yml
|
file: service-fedora-osh-hub.yml
|
||||||
objectname: openscanhub-service-fedora-osh-hub
|
objectname: service-fedora-osh-hub
|
||||||
when: env == "staging"
|
when: env == "staging"
|
||||||
|
|
||||||
# Configurations for redis.
|
# Configurations for redis.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue