Skip to content

Commit 447b7ec

Browse files
committed
Remove hardcoded s2i builder
1 parent 197ca80 commit 447b7ec

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

internal/controller/function_controller.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,6 @@ func (r *FunctionReconciler) deploy(ctx context.Context, function *v1alpha1.Func
383383
Registry: function.Spec.Registry.Path,
384384
InsecureRegistry: function.Spec.Registry.Insecure,
385385
GitUrl: function.Spec.Source.RepositoryURL,
386-
Builder: "s2i",
387386
}
388387

389388
if function.Spec.Registry.AuthSecretRef != nil && function.Spec.Registry.AuthSecretRef.Name != "" {

0 commit comments

Comments
 (0)