Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fcjack committed Feb 5, 2025
1 parent 32f31d4 commit 1484b37
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
26 changes: 24 additions & 2 deletions docs/sources/setup/install/helm/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -6335,6 +6335,27 @@ null
"enableHttp2": true,
"requestTimeout": "0s"
},
"object_store": {
"azure": {
"account_key": null,
"account_name": null
},
"gcs": {
"bucket_name": null,
"service_account": null
},
"prefix": null,
"s3": {
"access_key_id": null,
"endpoint": null,
"http": {},
"insecure": false,
"region": null,
"secret_access_key": null,
"sse": {}
},
"type": "s3"
},
"s3": {
"accessKeyId": null,
"backoff_config": {},
Expand Down Expand Up @@ -6369,7 +6390,8 @@ null
"user_id": null,
"username": null
},
"type": "s3"
"type": "s3",
"use_thanos_objstore": false
}
</pre>
</td>
Expand Down Expand Up @@ -6414,7 +6436,7 @@ null
<tr>
<td>loki.structuredConfig</td>
<td>object</td>
<td>Structured loki configuration, takes precedence over `loki.config`, `loki.schemaConfig`, `loki.storageConfig`</td>
<td>Structured loki configuration, takes precedence over `loki.config`, `loki.schemaConfig`</td>
<td><pre lang="json">
{}
</pre>
Expand Down
2 changes: 1 addition & 1 deletion production/helm/loki/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Helm chart for Grafana Loki and Grafana Enterprise Logs supporting both simple,
| Repository | Name | Version |
|------------|------|---------|
| https://charts.min.io/ | minio(minio) | 5.4.0 |
| https://grafana.github.io/helm-charts | grafana-agent-operator(grafana-agent-operator) | 0.5.0 |
| https://grafana.github.io/helm-charts | grafana-agent-operator(grafana-agent-operator) | 0.5.1 |
| https://grafana.github.io/helm-charts | rollout_operator(rollout-operator) | 0.23.0 |

Find more information in the Loki Helm Chart [documentation](https://grafana.com/docs/loki/next/installation/helm).
Expand Down

0 comments on commit 1484b37

Please sign in to comment.