From ae10cea5c43a1cd68b7203f516a5310c997b8a70 Mon Sep 17 00:00:00 2001 From: Jakub Kabza Date: Fri, 30 Aug 2019 10:37:35 +0200 Subject: [PATCH] extend readme --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e8becf7..19983c4 100644 --- a/README.md +++ b/README.md @@ -28,4 +28,11 @@ Take a look at [Design Readme](./docs/README.md). - `make install` to generate CRD file from go sources and install it on the cluster - `export HYDRA_URL={HYDRA_SERVICE_URL} && make run` to run the controller -To deploy the controller, edit the value of the ```--hydra-url``` argument in the [manager.yaml](config/manager/manager.yaml) file and run ```make deploy```. \ No newline at end of file +To deploy the controller, edit the value of the ```--hydra-url``` argument in the [manager.yaml](config/manager/manager.yaml) file and run ```make deploy```. + +### Command-line flags + +| Name | Required | Description | Default value | Example values | +|-----------------|----------|------------------------------|---------------|------------------------------------------------------| +| **hydra-url** | yes | ORY Hydra's service address | - | ` ory-hydra-admin.ory.svc.cluster.local` | +| **hydra-port** | no | ORY Hydra's service port | `4445` | `4445` | \ No newline at end of file