Add ability to mount extra minio env from secret (#14254)

This commit is contained in:
Domonkos Cinke
2022-02-04 23:53:20 +01:00
committed by GitHub
parent 6123377e66
commit 75adb787c4
4 changed files with 45 additions and 0 deletions
+6
View File
@@ -315,6 +315,12 @@ environment:
## MINIO_SUBNET_LICENSE: "License key obtained from https://subnet.min.io"
## MINIO_BROWSER: "off"
## The name of a secret in the same kubernetes namespace which contain secret values
## This can be useful for LDAP password, etc
## The key in the secret must be 'config.env'
##
# extraSecret: minio-extraenv
networkPolicy:
enabled: false
allowExternal: true