diff options
| author | Johnny Cederholm <johnny.k.cederholm@gmail.com> | 2024-05-22 22:26:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-22 13:26:09 -0700 |
| commit | 9497db71e6f6c2f8fbc92ed2baa557a97693a13d (patch) | |
| tree | 39b267d3bee64aa83055ab0a8c5958a708ed7e34 /k8s | |
| parent | 4e00ab4942cd4fadb50adae84756237255a81ae7 (diff) | |
| download | seaweedfs-9497db71e6f6c2f8fbc92ed2baa557a97693a13d.tar.xz seaweedfs-9497db71e6f6c2f8fbc92ed2baa557a97693a13d.zip | |
Helm: Fix warning when providing resource requests/limits for S3 (#5611)
Diffstat (limited to 'k8s')
| -rw-r--r-- | k8s/charts/seaweedfs/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/k8s/charts/seaweedfs/values.yaml b/k8s/charts/seaweedfs/values.yaml index f22f6b1f4..2e09887cc 100644 --- a/k8s/charts/seaweedfs/values.yaml +++ b/k8s/charts/seaweedfs/values.yaml @@ -765,7 +765,7 @@ s3: # 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 |
