Remove -stg from waiverdb
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
11d8ae80ea
commit
c92a81e3fe
2 changed files with 1 additions and 6 deletions
|
@ -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 }
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue