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"
|
||||
- role: openshift/object
|
||||
app: openscanhub
|
||||
file: openscanhub-deployment-fedora-osh-hub.yml
|
||||
objectname: openscanhub-deployment-fedora-osh-hub
|
||||
file: deployment-fedora-osh-hub.yml
|
||||
objectname: deployment-fedora-osh-hub
|
||||
when: env == "staging"
|
||||
- role: openshift/object
|
||||
app: openscanhub
|
||||
template: openscanhub-route-fedora-osh-hub.yml
|
||||
objectname: openscanhub-route-fedora-osh-hub
|
||||
template: route-fedora-osh-hub.yml
|
||||
objectname: route-fedora-osh-hub
|
||||
when: env == "staging"
|
||||
- role: openshift/object
|
||||
app: openscanhub
|
||||
file: openscanhub-service-fedora-osh-hub.yml
|
||||
objectname: openscanhub-service-fedora-osh-hub
|
||||
file: service-fedora-osh-hub.yml
|
||||
objectname: service-fedora-osh-hub
|
||||
when: env == "staging"
|
||||
|
||||
# Configurations for redis.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue