Merge pull request #3334 from xyz-li/app

manage openpitrix with crd
This commit is contained in:
KubeSphere CI Bot
2021-03-09 19:36:00 +08:00
committed by GitHub
193 changed files with 19634 additions and 6039 deletions

View File

@@ -199,6 +199,14 @@ func (conf *Config) ToMap() map[string]bool {
continue
}
if name == "openpitrix" {
if conf.OpenPitrixOptions.IsEmpty() {
result["openpitrix.appstore"] = false
} else {
result["openpitrix.appstore"] = true
}
}
if c.Field(i).IsNil() {
result[name] = false
} else {