Skip to content

Commit

Permalink
Fixing error in lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ravindk89 committed Nov 2, 2023
1 parent 731122e commit f66e3f9
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions helm/tenant/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,23 @@
# name: myminio-env-configuration
# accessKey: minio
# secretKey: minio123
#
# For production you can specify the name of an existing opaque secret to ``existingSecret``.
# The secret must contain a key ``config.env`` that resembles the following
#
# .. code-block:: shell
#
# stringData:
# config.env: | -
# export MINIO_ROOT_USER=ROOTUSERNAME
# export MINIO_ROOT_PASSWORD=ROOTUSERPASSWORD
#
secrets:
name: myminio-root-user
accessKey: minioadmin
secretKey: changeme123
###
# Specify the name of an existing opaque secret
# The secret must contain a key ``config.env`` that resembles the following
#
# .. code-block:: shell
#
# stringData:
# config.env: | -
# export MINIO_ROOT_USER=ROOTUSERNAME
# export MINIO_ROOT_PASSWORD=ROOTUSERPASSWORD
#
existingSecret: random-env-configuration
name: myminio-env-configuration
accessKey: minio
secretKey: minio123
existingSecret:
name: myminio-env-configuration
###
# Root key for MinIO Tenant Chart
tenant:
Expand Down

0 comments on commit f66e3f9

Please sign in to comment.