From f5c7a944f339900546128747b91ca14e7b1bd1b2 Mon Sep 17 00:00:00 2001 From: kay-kim Date: Tue, 25 Mar 2025 16:28:28 -0400 Subject: [PATCH] docs: trivial fix to capitalization of MinIO --- doc/user/content/installation/install-on-local-kind/_index.md | 4 ++-- .../content/installation/install-on-local-minikube/_index.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/user/content/installation/install-on-local-kind/_index.md b/doc/user/content/installation/install-on-local-kind/_index.md index aebff266198fc..b041af02e0cac 100644 --- a/doc/user/content/installation/install-on-local-kind/_index.md +++ b/doc/user/content/installation/install-on-local-kind/_index.md @@ -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: @@ -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 diff --git a/doc/user/content/installation/install-on-local-minikube/_index.md b/doc/user/content/installation/install-on-local-minikube/_index.md index fd1c974c72b56..417802ef05da1 100644 --- a/doc/user/content/installation/install-on-local-minikube/_index.md +++ b/doc/user/content/installation/install-on-local-minikube/_index.md @@ -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: @@ -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