Skip to content

Commit

Permalink
OCPBUGS-3109: Change text colour for ConsoleNotification that notifie…
Browse files Browse the repository at this point in the history
…s user that the cluster is being
  • Loading branch information
jhadvig committed Nov 2, 2022
1 parent a34f2e4 commit f3b94e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/console/controllers/upgradenotification/controller.go
Expand Up @@ -128,7 +128,7 @@ func (c *UpgradeNotificationController) syncClusterUpgradeNotification(ctx conte
Spec: consolev1.ConsoleNotificationSpec{
Text: fmt.Sprintf("This cluster is updating from %s to %s", currentVersion, desiredVersion),
Location: "BannerTop",
Color: "#FFFFFF",
Color: "#000000",
BackgroundColor: "#F0AB00",
},
}
Expand Down

0 comments on commit f3b94e5

Please sign in to comment.