Skip to content
1 change: 1 addition & 0 deletions util/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ func DeploymentStatus(yamlFile *DynamicYaml) (ready bool, err error) {
namespacesToCheck["application-system"] = true
namespacesToCheck["onepanel"] = true
namespacesToCheck["istio-system"] = true
namespacesToCheck["default"] = true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Vafilor added default to reserved ns list here


if yamlFile.HasKey("certManager") {
namespacesToCheck["cert-manager"] = true
Expand Down