From d4133459e2f4ad26412179d841bed04da52017dc Mon Sep 17 00:00:00 2001 From: Kanagaraj M Date: Thu, 14 Sep 2023 10:25:11 +0530 Subject: [PATCH] disable anonymous logging in tenant helm chart --- helm/tenant/values.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/helm/tenant/values.yaml b/helm/tenant/values.yaml index 996eb246fef..aa229e3986a 100644 --- a/helm/tenant/values.yaml +++ b/helm/tenant/values.yaml @@ -161,10 +161,7 @@ tenant: # $ k logs myminio-pool-0-0 -n default # {"level":"INFO","errKind":"","time":"2022-04-07T21:49:33.740058549Z","message":"All MinIO sub-systems initialized successfully"} # Notice they are in JSON format to be consumed - logging: - anonymous: true - json: true - quiet: true + logging: { } ## serviceMetadata allows passing additional labels and annotations to MinIO and Console specific ## services created by the operator. serviceMetadata: { }