monitor-gating: Fix typo in the environment variable

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2020-03-23 11:14:58 +01:00
parent 61c450f475
commit bedb371caf

View file

@ -34,7 +34,7 @@ spec:
- name: OPENSHIFT
value: "True"
{% if env != "staging" %}
- name: PRODUTION
- name: PRODUCTION
value: "True"
{% endif %}
volumeMounts: