Skip to content

Commit b5ad4f0

Browse files
authored
fix: change object_store.prefix to object_store.storage_prefix in helm (#16266)
1 parent 9b5f33c commit b5ad4f0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎docs/sources/setup/install/helm/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6400,7 +6400,6 @@ null
64006400
"bucket_name": null,
64016401
"service_account": null
64026402
},
6403-
"prefix": null,
64046403
"s3": {
64056404
"access_key_id": null,
64066405
"endpoint": null,
@@ -6410,6 +6409,7 @@ null
64106409
"secret_access_key": null,
64116410
"sse": {}
64126411
},
6412+
"storage_prefix": null,
64136413
"type": "s3"
64146414
},
64156415
"s3": {

‎production/helm/loki/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1179,6 +1179,6 @@ azure:
11791179
account_key: {{ .account_key }}
11801180
{{- end }}
11811181
{{- end }}
1182-
prefix: {{ .prefix }}
1182+
storage_prefix: {{ .storage_prefix }}
11831183
{{- end }}
11841184
{{- end }}

‎production/helm/loki/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ loki:
417417
object_store:
418418
# Type of object store. Valid options are: s3, gcs, azure
419419
type: s3
420-
prefix: null # Optional prefix for storage keys
420+
storage_prefix: null # Optional prefix for storage keys
421421

422422
# S3 configuration (when type is "s3")
423423
s3:

0 commit comments

Comments
 (0)