monitor-gating: Another attempt to get the indentation/yaml valid

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

View file

@ -33,10 +33,10 @@ spec:
value: /etc/keytab/koji-keytab value: /etc/keytab/koji-keytab
- name: OPENSHIFT - name: OPENSHIFT
value: "True" value: "True"
{%- if env != "staging" %} {% if env != "staging" %}
- name: PRODUTION - name: PRODUTION
value: "True" value: "True"
{% endif %} {% endif %}
volumeMounts: volumeMounts:
- name: keytab-volume - name: keytab-volume
mountPath: /etc/keytabs mountPath: /etc/keytabs