Update deploy_function.sh
This commit is contained in:
parent
1447c964ec
commit
277b3e2b41
@ -2,7 +2,7 @@
|
|||||||
#$1=runtime
|
#$1=runtime
|
||||||
#$2=filename
|
#$2=filename
|
||||||
#$3=function name
|
#$3=function name
|
||||||
#$4/handler
|
#$4=handler
|
||||||
|
|
||||||
kubeless function deploy $3 --runtime $1 --from-file $2 --handler $4
|
kubeless function deploy $3 --runtime $1 --from-file $2 --handler $4
|
||||||
kubeless trigger http create $3 --function-name $3 --path $3 --hostname $3.kubeless
|
kubeless trigger http create $3 --function-name $3 --path $3 --hostname $3.kubeless
|
||||||
|
Loading…
Reference in New Issue
Block a user