monitor-gating: attempt to get the indentation correct
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
91856e11a8
commit
2b3e31623e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue