Files
loki/examples/getting-started
Rens Groothuijsen 9dbdcb3fce [loki] Replace deprecated MinIO environment variables (#9244)
**What this PR does / why we need it**:
This PR replaces the deprecated `MINIO_ACCESS_KEY` and
`MINIO_SECRET_KEY` environment variables in the Docker Compose templates
with their new names `MINIO_ROOT_USER` and `MINIO_ROOT_PASSWORD`. This
change has only been applied to the templates which do not have a pinned
MinIO version.

**Which issue(s) this PR fixes**:
Fixes #8702

**Special notes for your reviewer**:
This splits the previous PR #9150 in order to have separate PRs for Loki
and Operator.

**Checklist**
- [x] Reviewed the
[`CONTRIBUTING.md`](https://github.com/grafana/loki/blob/main/CONTRIBUTING.md)
guide (**required**)
- [ ] Documentation added
- [ ] Tests updated
- [ ] `CHANGELOG.md` updated
- [ ] Changes that require user attention or interaction to upgrade are
documented in `docs/sources/upgrading/_index.md`

Co-authored-by: Michel Hollands <42814411+MichelHollands@users.noreply.github.com>
2023-04-26 09:02:49 +01:00
..

Loki getting started guide configuration

This directory contains configuration to use with the Loki getting started guide.