Skip to content

Commit

Permalink
Applying PR suggestion on spec.configuration change
Browse files Browse the repository at this point in the history
  • Loading branch information
djwfyi committed Aug 1, 2024
1 parent 4275338 commit 23df60b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ The following changes apply for Operator v5.0.0 or later:
- The ``.spec.s3`` field is replaced by the ``.spec.features`` field.
- The ``.spec.credsSecret`` field is replaced by the ``.spec.configuration`` field.

The ``.spec.configuration`` secret should hold all the environment variables for the MinIO deployment that contain sensitive information and should not show in ``.spec.env``.
The ``.spec.configuration`` secret holds all of the :ref:`environment variables <minio-environment-variables>` for the MinIO deployment.
Using a ``.spec.configuration`` secret is preferred over ``.spec.env`` as it limits the risk of exposing sensitive variables.
This change impacts the Tenant :abbr:`CRD (CustomResourceDefinition)` and only impacts users editing a tenant YAML directly, such as through Helm or Kustomize.
- Both the **Log Search API** (``.spec.log``) and **Prometheus** (``.spec.prometheus``) deployments have been removed.
However, existing deployments are left running as standalone deployments / statefulsets with no connection to the Tenant CR.
Expand Down

0 comments on commit 23df60b

Please sign in to comment.