ignore MINIO_CERT_PASSWD to be same on all instances

This commit is contained in:
Harshavardhana 2021-09-01 16:02:29 -07:00
parent 67b6c945e2
commit 27c9f8be7a

View file

@ -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 {