mirror of https://github.com/knative/func.git
Set default value for REGISTRY param on func-s2i task (#2530)
This commit is contained in:
parent
be3a8a07b6
commit
f3369409ba
|
@ -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: .
|
||||
|
|
Loading…
Reference in New Issue