Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/v1alpha1/oadp_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ type CustomPlugin struct {

type UnsupportedImageKey string

const VeleroImageKey UnsupportedImageKey = "veleroPluginImageFqin"
const VeleroImageKey UnsupportedImageKey = "veleroImageFqin"
const AWSPluginImageKey UnsupportedImageKey = "awsPluginImageFqin"
const OpenShiftPluginImageKey UnsupportedImageKey = "openshiftPluginImageFqin"
const AzurePluginImageKey UnsupportedImageKey = "azurePluginImageFqin"
Expand Down
4 changes: 2 additions & 2 deletions docs/config/custom_plugin_images.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The OADP Operator supports custom plugin images under the `unsupportedOverrides`
Details for supported plugins and their usage is given below, and please use the respective keys for the plugins. All keys must be entered in the Velero CR under a new field called as `unsupportedOverrides`, and with the key below for reference and corresponding image tag as their value.


- Velero Imagekey -> `veleroPluginImageFqin`
- Velero Imagekey -> `veleroImageFqin`
- AWS Plugin ImageKey -> `awsPluginImageFqin`
- OpenShift Plugin ImageKey -> `openshiftPluginImageFqin`
- Azure Plugin ImageKey -> `azurePluginImageFqin`
Expand Down Expand Up @@ -54,4 +54,4 @@ spec:
awsPluginImageFqin: <IMAGE_PLACEHOLDER WITH TAG>
openshiftPluginImageFqin: <IMAGE_PLACEHOLDER WITH TAG>

```
```