We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aac8fc8 commit 9effe01Copy full SHA for 9effe01
pkg/console/operator/sync_v400.go
@@ -598,7 +598,7 @@ func getConfigMapsToSync(operatorConfig *operatorv1.Console) []configmapsub.Cust
598
}
599
600
601
- if !skipDeprecatedLogoSync && &operatorConfig.Spec.Customization.CustomLogoFile != nil {
+ if !skipDeprecatedLogoSync && (operatorConfig.Spec.Customization.CustomLogoFile.Key != "" || operatorConfig.Spec.Customization.CustomLogoFile.Name != "") {
602
normalizedLogos = append(
603
normalizedLogos,
604
configmapsub.CustomLogoRef{
0 commit comments