Skip to content

Commit

Permalink
fix : fix incorrect indentation in secrets.existingSecret (minio#1910)
Browse files Browse the repository at this point in the history
* fix : fix incorrect indentation in secrets.existingSecret

* fix : fix pipeline
  • Loading branch information
LemonDouble authored Dec 19, 2023
1 parent 4cb5644 commit 8471e33
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions helm/tenant/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@ secrets:
name: myminio-env-configuration
accessKey: minio
secretKey: minio123
###
# The name of an existing Kubernetes secret to import to the MinIO Tenant
# The secret must contain a key ``config.env``.
# The values should be a series of export statements to set environment variables for the Tenant.
# For example:
#
# .. code-block:: shell
#
# stringData:
# config.env: | -
# export MINIO_ROOT_USER=ROOTUSERNAME
# export MINIO_ROOT_PASSWORD=ROOTUSERPASSWORD
#
existingSecret:
name: myminio-env-configuration
###
# The name of an existing Kubernetes secret to import to the MinIO Tenant
# The secret must contain a key ``config.env``.
# The values should be a series of export statements to set environment variables for the Tenant.
# For example:
#
# .. code-block:: shell
#
# stringData:
# config.env: | -
# export MINIO_ROOT_USER=ROOTUSERNAME
# export MINIO_ROOT_PASSWORD=ROOTUSERPASSWORD
#
#existingSecret:
# name: myminio-env-configuration
###
# Root key for MinIO Tenant Chart
tenant:
Expand Down

0 comments on commit 8471e33

Please sign in to comment.