containerized-data-importer/doc/cdi-config.md
Alexander Wels d2ca78bec3 Use CDIConfig for scratch storage class.
Signed-off-by: Alexander Wels <awels@redhat.com>
2019-03-21 15:37:07 -04:00

21 lines
1.1 KiB
Markdown

# CDI User Configuration
CDI Config is a custom resource defining user configuration for CDI.
The configuration is created when CDI is deployed.
Currently it is used only for holding Upload Proxy URL details.
## Configuration Options
| Name | Default value | |
|-------------------------|-----------------------|-----------------------------------------------------|
| uploadProxyURLOverride | nil | A user defined URL for Upload Proxy service. |
| scratchSpaceStorageClass| nil | The storage class used to create scratch space |
## Configuration Status Fields
| Name | Default value | |
|-------------------------|-----------------------|-----------------------------------------------------|
| uploadProxyURL | nil | updated when a new Ingress or Route (Openshift) is created. If `uploadProxyURLOverride` is set, Ingress/Route URL will be ignored and `uploadProxyURL` will be updated with the user defined URL. |