waiverdb: we need this pre-deployment hook in prod now also

This commit is contained in:
Dan Callaghan 2018-07-04 15:10:57 +10:00
parent 895c396a54
commit 548e6c47cc
No known key found for this signature in database
GPG key ID: 7AA9FECF9C666408

View file

@ -11,7 +11,6 @@ spec:
selector: selector:
app: waiverdb app: waiverdb
service: web service: web
{% if env == 'staging' %}
strategy: strategy:
type: Rolling type: Rolling
rollingParams: rollingParams:
@ -23,7 +22,6 @@ spec:
volumes: volumes:
- config-volume - config-volume
- secret-volume - secret-volume
{% endif %}
template: template:
metadata: metadata:
labels: labels: