mirror of https://github.com/crossplane/docs.git
docs snapshot for crossplane version `master`
This commit is contained in:
parent
d22d7eec03
commit
b73ee129b7
|
@ -120,6 +120,7 @@ and their default values.
|
|||
| `metrics.enabled` | Expose Crossplane and RBAC Manager metrics endpoint | `false` |
|
||||
| `extraEnvVarsCrossplane` | List of extra environment variables to set in the crossplane deployment. Any `.` in variable names will be replaced with `_` (example: `SAMPLE.KEY=value1` becomes `SAMPLE_KEY=value1`). | `{}` |
|
||||
| `extraEnvVarsRBACManager` | List of extra environment variables to set in the crossplane rbac manager deployment. Any `.` in variable names will be replaced with `_` (example: `SAMPLE.KEY=value1` becomes `SAMPLE_KEY=value1`). | `{}` |
|
||||
| `webhooks.enabled` | Enable webhook functionality for Crossplane as well as packages installed by Crossplane. | `false` |
|
||||
|
||||
### Command Line
|
||||
|
||||
|
|
Loading…
Reference in New Issue