From b40e1763a20e0a0aab73f4ec0f2cf6e477e855af Mon Sep 17 00:00:00 2001 From: Ryan Richard Date: Thu, 20 Feb 2020 15:59:55 -0800 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 43e7f92f..5d4686d4 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,10 @@ NOTE: Github Package Registry currently does **NOT** work with Kubernetes. [This is expected to be fixed and released soon. For the time being, you need to manually `docker pull` the image from Github Package Registry and `docker push` it to your own image registry (e.g. Docker Hub) in order to use it with Kubernetes. -## Example -Please refer to the [bookinfo-example](./bookinfo-example) directory for an example integration. +## Usage +Please refer to the [bookinfo-example](./bookinfo-example) directory for an example of how to use the Authservice. + +Refer to the [configuration options guide](docs/README.md) for all of the available configuration options. ## Developer Notes See the [Makefile](Makefile) for common tasks.