Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: trivial fix to capitalization of MinIO #32013

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ reference](https://kubernetes.io/docs/reference/kubectl/quick-reference/).
If you run into an error during deployment, refer to the
[Troubleshooting](/installation/troubleshooting) guide.

1. Install PostgreSQL and minIO.
1. Install PostgreSQL and MinIO.

1. Use the `sample-postgres.yaml` file to install PostgreSQL as the
metadata database:
Expand All @@ -160,7 +160,7 @@ reference](https://kubernetes.io/docs/reference/kubectl/quick-reference/).
kubectl apply -f sample-postgres.yaml
```

1. Use the `sample-minio.yaml` file to install minIO as the blob storage:
1. Use the `sample-minio.yaml` file to install MinIO as the blob storage:

```shell
kubectl apply -f sample-minio.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ reference](https://kubernetes.io/docs/reference/kubectl/quick-reference/).
If you run into an error during deployment, refer to the
[Troubleshooting](/installation/troubleshooting) guide.

1. Install PostgreSQL and minIO.
1. Install PostgreSQL and MinIO.

1. Use the `sample-postgres.yaml` file to install PostgreSQL as the
metadata database:
Expand All @@ -163,7 +163,7 @@ reference](https://kubernetes.io/docs/reference/kubectl/quick-reference/).
kubectl apply -f sample-postgres.yaml
```

1. Use the `sample-minio.yaml` file to install minIO as the blob storage:
1. Use the `sample-minio.yaml` file to install MinIO as the blob storage:

```shell
kubectl apply -f sample-minio.yaml
Expand Down