diff --git a/helm/tenant/values.yaml b/helm/tenant/values.yaml index ed65c599c89..76eebf0e89e 100644 --- a/helm/tenant/values.yaml +++ b/helm/tenant/values.yaml @@ -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: