Skip to content

Commit

Permalink
disable anonymous logging in tenant helm chart (#1776)
Browse files Browse the repository at this point in the history
  • Loading branch information
kanagarajkm authored Oct 16, 2023
1 parent 9c20d54 commit 0e08131
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions helm/tenant/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: { }
Expand Down

0 comments on commit 0e08131

Please sign in to comment.