Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OSSM-5812 Ensure CNI is deployed when using the openshift profile (#1…
…586) Previously, when the openshift profile was selected, all the required values were added to the IstioRevision. However, upstream Istio has since changed this. Values from the profiles are now applied when the charts are rendered. This means that the operator can no longer check the IstioRevision.spec.values.cni.enabled field to determine whether it should deploy CNI. Instead, it should check IstioRevision.spec.components.cni.enabled, but we don't yet have the components field. As a temporary solution, the operator will now also deploy CNI if the profile is set to "openshift".
- Loading branch information