mirror of https://github.com/minio/minio.git
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{}{
|
||||
"MINIO_OPTS": {},
|
||||
"MINIO_OPTS": {},
|
||||
"MINIO_CERT_PASSWD": {},
|
||||
}
|
||||
|
||||
func getServerSystemCfg() ServerSystemConfig {
|
||||
|
|
Loading…
Reference in New Issue