You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove sourceName and sourceNamespace fields from OperandRegistry (#2592)
* Remove sourceName and sourceNamespace fields from OperandRegistry
Signed-off-by: Daniel Fan <[email protected]>
* Add RemoveCondition method and update warning conditions for CatalogSource configuration
Signed-off-by: Daniel Fan <[email protected]>
* Remove unnecessary conditions in SetReadyCondition method
Signed-off-by: Daniel Fan <[email protected]>
---------
Signed-off-by: Daniel Fan <[email protected]>
ConditionMessageMissSC="warning: StorageClass is not configured in CommonService CR, if KeyCloak or IBM IM service will be deployed, please configure StorageClass in the CS CR. Refer to the documentation for more information: https://www.ibm.com/docs/en/cloud-paks/foundational-services/4.6?topic=options-configuring-foundational-services#storage-class"
310
-
ConditionMessageReady="CommonService CR is ready."
ConditionMessageMissSC="warning: StorageClass is not configured in CommonService CR, if KeyCloak or IBM IM service will be deployed, please configure StorageClass in the CS CR. Refer to the documentation for more information: https://www.ibm.com/docs/en/cloud-paks/foundational-services/4.6?topic=options-configuring-foundational-services#storage-class"
310
+
ConditionMessageReady="CommonService CR is ready."
311
+
ConditionMessageCatalogNotSupported="warning: CatalogSource configuration is not supported. Please remove .spec.CatalogName and .spec.CatalogNamespace from the CommonService CR."
0 commit comments