From 0e0813145f78f4cbd4d64953710938b273bbbc3c Mon Sep 17 00:00:00 2001 From: Kanagaraj M Date: Mon, 16 Oct 2023 11:18:53 +0530 Subject: [PATCH] disable anonymous logging in tenant helm chart (#1776) --- 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 b4634db565a..b0c7727b42e 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: { }