extend readme
This commit is contained in:
parent
4f6b972345
commit
ae10cea5c4
@ -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
|
- `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
|
- `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```.
|
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` |
|
Loading…
x
Reference in New Issue
Block a user