Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/operator/controller/gatewayclass/istio.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func (r *reconciler) crdExists(ctx context.Context, crdName string) (bool, error
return true, nil
}

// desiredIstio returns the desired Istio CR.
// desiredIstio returns the desired Istio CR. TEST PR
func desiredIstio(name types.NamespacedName, ownerRef metav1.OwnerReference, istioVersion string, enableInferenceExtension bool) *sailv1.Istio {
pilotContainerEnv := map[string]string{
// Enable Gateway API.
Expand Down