Skip to content
This repository was archived by the owner on Jun 7, 2021. It is now read-only.

Commit a48b5e5

Browse files
danbevlance
authored andcommitted
doc: correct minor typo and link in README (#29)
1 parent 25dfbd2 commit a48b5e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33

44
This project provides a Kubernetes Operator for managing a `JSFunction`
55
custom resource. A `JSFunction` accepts a JavaScript function inline,
6-
as well as an optional inline pakcage.json.
6+
as well as an optional inline package.json.
77

88
When a `JSFunction` resource is applied to a cluster,
99
the controller takes the following steps during reconciliation.
1010

1111
* Check to see if a Knative `Service` for this function exists. If not, create one.
1212
* Create a `ConfigMap` containing with the user supplied data (index.js/package.json)
13-
* Create a `TaskRun`, installing any dependencies and building a runtime image using [`lanceball/js-runtime`](https://github.com/openshift-cloud-functions/faas-js-runtime-image)
13+
* Create a `TaskRun`, installing any dependencies and building a runtime image using [`openshift-cloud-functions/faas-js-runtime-image`](https://github.com/openshift-cloud-functions/faas-js-runtime-image)
1414
* Create a `PodSpec` for the `Service` specifying the runtime image just created
1515
* Wires up knative eventing, if `events` is set to `true` in a `JSFunction` custom resource.
1616
Knative Eventing objects `Subscription` and `Channel` are created and acts as a sink for the function.

0 commit comments

Comments
 (0)