diff --git a/README.md b/README.md index 7f66448..9a8cf39 100644 --- a/README.md +++ b/README.md @@ -34,12 +34,15 @@ Deploy with additional environment variables: ```shell knctl deploy -s knative-env -i index.docker.io/drnic/knative-env \ --env MYVAR1=test1 \ - --env MYVAR=test2 + --env MYVAR2=test2 ``` +![myvars](docs/images/knative-env-myvars.png) + To view in browser, either setup Ingress and DNS, or use `kwt` as below. All routes from Knative will now work from local machine: ```shell sudo -E kwt net start --dns-map-exec='knctl dns-map' ``` +By default, your application will be viewable at http://knative-env.default.example.com diff --git a/docs/images/knative-env-myvars.png b/docs/images/knative-env-myvars.png new file mode 100644 index 0000000..d328be6 Binary files /dev/null and b/docs/images/knative-env-myvars.png differ