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
OWLS-74223 : ITUsabilityOperatorHelmChart.testCreateWithMissingTargetDomainInstall test fails.
The problem was that the override file had domainNamespaces:[], which is an empty set and causes the .domain-namespaces.tpl to skip the generation of the namespace role binding. This, in turn, caused the operator HealthCheckHelper to take much longer and timeout. Fix the test so that it generates the helm override values.yaml file without a domainNamespace at all so that he operator default value is used. Also, add a new test which passes an empty string as the domainNamespaces entry, this simulates the QuickStart install instructions where --set "domainNamespaces={}" is used.
0 commit comments