mirror of
https://github.com/minio/minio.git
synced 2025-04-01 02:03:42 -04:00
ignore MINIO_CERT_PASSWD to be same on all instances
This commit is contained in:
parent
67b6c945e2
commit
27c9f8be7a
@ -92,7 +92,8 @@ func (s1 ServerSystemConfig) Diff(s2 ServerSystemConfig) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var skipEnvs = map[string]struct{}{
|
var skipEnvs = map[string]struct{}{
|
||||||
"MINIO_OPTS": {},
|
"MINIO_OPTS": {},
|
||||||
|
"MINIO_CERT_PASSWD": {},
|
||||||
}
|
}
|
||||||
|
|
||||||
func getServerSystemCfg() ServerSystemConfig {
|
func getServerSystemCfg() ServerSystemConfig {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user