Skip to content

Commit 5bfbb60

Browse files
Merge pull request #1243 from Miciah/OCPBUGS-59839-desiredIstio-delete-trustBundleName
OCPBUGS-59839: desiredIstio: Delete trustBundleName
2 parents 4f1ed7f + c10b831 commit 5bfbb60

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)