mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-29 04:51:16 +08:00
mote: fix indenting issue
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
@@ -7,10 +7,10 @@ spec:
|
||||
- ReadWriteMany
|
||||
resources:
|
||||
requests:
|
||||
{% if env == 'staging' %}
|
||||
{% if env == 'staging' %}
|
||||
storage: 25Gi
|
||||
{% else %}
|
||||
{% else %}
|
||||
storage: 5Gi
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
storageClassName: ""
|
||||
volumeName: fedora-value-{{env_short}}
|
||||
|
||||
@@ -8,10 +8,10 @@ spec:
|
||||
- ReadWriteMany
|
||||
resources:
|
||||
requests:
|
||||
{% if env == 'staging' %}
|
||||
{% if env == 'staging' %}
|
||||
storage: 25Gi
|
||||
{% else %}
|
||||
{% else %}
|
||||
storage: 5Gi
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
storageClassName: ""
|
||||
volumeName: fedora-value-{{env_short}}
|
||||
|
||||
Reference in New Issue
Block a user