From 9497db71e6f6c2f8fbc92ed2baa557a97693a13d Mon Sep 17 00:00:00 2001 From: Johnny Cederholm Date: Wed, 22 May 2024 22:26:09 +0200 Subject: [PATCH] Helm: Fix warning when providing resource requests/limits for S3 (#5611) --- k8s/charts/seaweedfs/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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