mirror of
https://github.com/pgsty/minio.git
synced 2026-07-24 22:46:16 +03:00
ignore MINIO_CERT_PASSWD to be same on all instances
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user