File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ Entries should include a reference to the pull request that introduced the chang
1313
1414## Unreleased
1515
16+ - [ BUGFIX] Do not mark loki.storage.bucketNames.chunks as required, if minio is used. [ #19871 ] ( https://github.com/grafana/loki/pull/19871 )
1617
1718## 6.46.0
1819
Original file line number Diff line number Diff line change 66 commonConfig :
77 replication_factor : 1
88 useTestSchema : true
9- storage :
10- bucketNames :
11- chunks : chunks
12- ruler : ruler
139 tenants :
1410 - name : " test-user-1"
1511 password : " test-password-1"
Original file line number Diff line number Diff line change @@ -208,7 +208,6 @@ Generated storage config for loki common config
208208object_store:
209209 { {- include " loki.thanosStorageConfig" (dict " ctx" . " bucketName" $bucketName ) | nindent 2 } }
210210{ {- else if .Values.minio.enabled -} }
211- { {- $bucketName := required " Please define loki.storage.bucketNames.chunks" (dig " storage" " bucketNames" " chunks" " " .Values.loki) } }
212211s3:
213212 endpoint: { { include " loki.minio" $ } }
214213 bucketnames: chunks
You can’t perform that action at this time.
0 commit comments