Skip to content

Commit

Permalink
Set default value for REGISTRY param on func-s2i task (knative#2530)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrangelramos authored Oct 3, 2024
1 parent be3a8a0 commit f336940
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/pipelines/tekton/tasks.go
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ spec:
description: Reference of the image S2I will produce.
- name: REGISTRY
description: The registry associated with the function image.
default: ""
- name: PATH_CONTEXT
description: The location of the path to run s2i from.
default: .
Expand Down

0 comments on commit f336940

Please sign in to comment.