mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Wrong default value for volume.ressource (#4855)
* Update values.yaml * Update Chart.yaml
This commit is contained in:
parent
d531b7cbbf
commit
6eededee10
|
@ -2,4 +2,4 @@ apiVersion: v1
|
|||
description: SeaweedFS
|
||||
name: seaweedfs
|
||||
appVersion: "3.56"
|
||||
version: "3.56"
|
||||
version: "3.57"
|
||||
|
|
|
@ -280,7 +280,7 @@ volume:
|
|||
# should map directly to the value of the resources field for a PodSpec,
|
||||
# formatted as a multi-line string. By default no direct resource request
|
||||
# is made.
|
||||
resources: {}
|
||||
resources: null
|
||||
|
||||
# Toleration Settings for server pods
|
||||
# This should be a multi-line string matching the Toleration array
|
||||
|
|
Loading…
Reference in a new issue