After performing a full Helm upgrade to VIP Authentication Hub IDSP 4.0.2 in an OpenShift environment, the following symptoms occur:
Product: VIP Authentication Hub (IDSP)
Version: 4.0.2
Platform: Red Hat OpenShift Service
To resolve this, explicitly instruct the Helm chart to preserve the existing route configuration during the upgrade process.
Add the keepLegacyRoutes flag to your Helm upgrade command:
# helm upgrade <release-name> <chart-path> \
--set ssp.ingress.keepLegacyRoutes=true \
[other-existing-parameters]