From 7e5831c5da0e18d0472d1b92b7fc30b45a0ede4a Mon Sep 17 00:00:00 2001 From: Pedro Juarez Date: Fri, 10 Mar 2023 10:01:45 -0800 Subject: [PATCH] Update changed location of crd doc file in Operator repo (#753) --- source/includes/k8s/deploy-operator.rst | 2 +- source/includes/openshift/steps-deploy-minio-tenant.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/includes/k8s/deploy-operator.rst b/source/includes/k8s/deploy-operator.rst index 5237a2ff..0a06be77 100644 --- a/source/includes/k8s/deploy-operator.rst +++ b/source/includes/k8s/deploy-operator.rst @@ -26,7 +26,7 @@ infrastructure: ` to support describing MinIO tenants as a Kubernetes :kube-docs:`object `. See the MinIO - Operator :minio-git:`CRD Reference ` for + Operator :minio-git:`CRD Reference ` for complete documentation on the MinIO CRD. - The MinIO Kubernetes Plugin brings native support for deploying and managing diff --git a/source/includes/openshift/steps-deploy-minio-tenant.rst b/source/includes/openshift/steps-deploy-minio-tenant.rst index 6aa2bf77..d138434f 100644 --- a/source/includes/openshift/steps-deploy-minio-tenant.rst +++ b/source/includes/openshift/steps-deploy-minio-tenant.rst @@ -31,7 +31,7 @@ The :guilabel:`Form View` provides a user interface for configuring the new MinI - Ensure the :guilabel:`Console -> Console Secret -> Name` is set to the name of the MinIO Console Kubernetes Secret created as part of the prerequisites. You can also use the YAML view to perform more granular configuration of the MinIO Tenant. -Refer to the :minio-git:`MinIO Custom Resource Definition Documentation ` for guidance on setting specific fields. +Refer to the :minio-git:`MinIO Custom Resource Definition Documentation ` for guidance on setting specific fields. MinIO also publishes examples for additional guidance in creating custom Tenant YAML objects. Note that the OperatorHub YAML view supports creating only the MinIO Tenant object. Do not specify any other objects as part of the YAML input.