diff --git a/components/installer/third_party/charts/minio/values.yaml b/components/installer/third_party/charts/minio/values.yaml index ee61f76b1ff161..5f4f7f7ba671e8 100644 --- a/components/installer/third_party/charts/minio/values.yaml +++ b/components/installer/third_party/charts/minio/values.yaml @@ -10,4 +10,7 @@ minio: resources: requests: # defaults to 4GB, set to 2GB to be able to start on smaller instances - memory: 2G \ No newline at end of file + memory: 2G + extraEnvVars: + - name: MINIO_SKIP_CLIENT + value: "yes"