Skip to content

Commit c10b831

Browse files
committed
desiredIstio: Delete trustBundleName
Change desiredIstio not to set trustBundleName, which requires OSSM 3.1. Trying to set trustBundleName caused the operator to log the following error and reconcile repeatedly: unknown field "spec.values.global.trustBundleName" Once we bump to OSSM 3.1, we can add this field back. Follow-up to commit 41d7add. This commit fixes OCPBUGS-59839. https://issues.redhat.com/browse/OCPBUGS-59839 * istio.go (desiredIstio): Delete trustBundleName.
1 parent 4f1ed7f commit c10b831

File tree

1 file changed

+0
-1
lines changed
  • pkg/operator/controller/gatewayclass

1 file changed

+0
-1
lines changed

pkg/operator/controller/gatewayclass/istio.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ func desiredIstio(name types.NamespacedName, ownerRef metav1.OwnerReference) *sa
124124
},
125125
IstioNamespace: ptr.To(controller.DefaultOperandNamespace),
126126
PriorityClassName: ptr.To(systemClusterCriticalPriorityClassName),
127-
TrustBundleName: ptr.To(controller.OpenShiftGatewayCARootCertName),
128127
},
129128
Pilot: &sailv1.PilotConfig{
130129
Cni: &sailv1.CNIUsageConfig{

0 commit comments

Comments
 (0)