We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 197ca80 commit 447b7ecCopy full SHA for 447b7ec
1 file changed
internal/controller/function_controller.go
@@ -383,7 +383,6 @@ func (r *FunctionReconciler) deploy(ctx context.Context, function *v1alpha1.Func
383
Registry: function.Spec.Registry.Path,
384
InsecureRegistry: function.Spec.Registry.Insecure,
385
GitUrl: function.Spec.Source.RepositoryURL,
386
- Builder: "s2i",
387
}
388
389
if function.Spec.Registry.AuthSecretRef != nil && function.Spec.Registry.AuthSecretRef.Name != "" {
0 commit comments