solo-io / gloo-portal-issues

Public tracker for issues related to Gloo Portal
https://docs.solo.io/gloo-portal/latest/
1 stars 3 forks source link

Default enableIngress value not reflected properly in admin UI #150

Open jameshbarton opened 2 years ago

jameshbarton commented 2 years ago

Describe the bug When enableIngress: is not set on a Portal, the default value is true as described in reference docs here. However, the admin UI does not display this correctly when no enableIngress: value is specified. Instead, it shows Enable Ingress as OFF as shown in display below.

Screen Shot 2021-12-21 at 11 29 18 AM

Note that the display is correct when enableIngress: is explicitly set to true or false.

To Reproduce

  1. Stand up a Portal with a valid Environment and enableIngress: not set in the Portal spec.
  2. On the admin's Portal interface, see that Enable Ingress is displayed as OFF.

Expected behavior Enable Ingress is displayed as ON when default value is active.

Additional context