monitor-gating: Another attempt to get the indentation/yaml valid
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
496bc77885
commit
61c450f475
1 changed files with 2 additions and 2 deletions
|
@ -33,10 +33,10 @@ spec:
|
|||
value: /etc/keytab/koji-keytab
|
||||
- name: OPENSHIFT
|
||||
value: "True"
|
||||
{%- if env != "staging" %}
|
||||
{% if env != "staging" %}
|
||||
- name: PRODUTION
|
||||
value: "True"
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
volumeMounts:
|
||||
- name: keytab-volume
|
||||
mountPath: /etc/keytabs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue