Remove -stg from waiverdb

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2017-08-24 12:53:07 +00:00
parent 11d8ae80ea
commit c92a81e3fe
2 changed files with 1 additions and 6 deletions

View file

@ -22,5 +22,4 @@
- { role: openshift/object, app: waiverdb, file: service.yml }
- { role: openshift/object, app: waiverdb, file: route.yml }
- { role: openshift/object, app: waiverdb, file: deploymentconfig.yml }
- { role: openshift/rollout, app: waiverdb, name: waiverdb-stg-web, when: env == "staging" }
- { role: openshift/rollout, app: waiverdb, name: waiverdb-web, when: env != "staging" }
- { role: openshift/rollout, app: waiverdb, name: waiverdb-web }

View file

@ -1,11 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
{% if env == 'staging' %}
name: waiverdb-stg-configmap
{% else %}
name: waiverdb-configmap
{% endif %}
labels:
app: waiverdb
data: