Try like this
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
1bc96ca3d7
commit
73ff16bc21
1 changed files with 3 additions and 3 deletions
|
@ -7,9 +7,9 @@ spec:
|
|||
- ReadWriteMany
|
||||
resources:
|
||||
requests:
|
||||
{%- if env == 'staging' %}
|
||||
{% if env == 'staging' %}
|
||||
storage: 10Gi
|
||||
{%- else %}
|
||||
{% else %}
|
||||
storage: 20Gi
|
||||
{%- endif %}
|
||||
{% endif %}
|
||||
storageClassName: ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue