Skip to content

Commit a101e9a

Browse files
authored
Fix unsupported override for velero image (#544)
* Fix unsupported override for velero image * Update docs
1 parent fc16707 commit a101e9a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

api/v1alpha1/oadp_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ type CustomPlugin struct {
4646

4747
type UnsupportedImageKey string
4848

49-
const VeleroImageKey UnsupportedImageKey = "veleroPluginImageFqin"
49+
const VeleroImageKey UnsupportedImageKey = "veleroImageFqin"
5050
const AWSPluginImageKey UnsupportedImageKey = "awsPluginImageFqin"
5151
const OpenShiftPluginImageKey UnsupportedImageKey = "openshiftPluginImageFqin"
5252
const AzurePluginImageKey UnsupportedImageKey = "azurePluginImageFqin"

docs/config/custom_plugin_images.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The OADP Operator supports custom plugin images under the `unsupportedOverrides`
77
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.
88

99

10-
- Velero Imagekey -> `veleroPluginImageFqin`
10+
- Velero Imagekey -> `veleroImageFqin`
1111
- AWS Plugin ImageKey -> `awsPluginImageFqin`
1212
- OpenShift Plugin ImageKey -> `openshiftPluginImageFqin`
1313
- Azure Plugin ImageKey -> `azurePluginImageFqin`
@@ -54,4 +54,4 @@ spec:
5454
awsPluginImageFqin: <IMAGE_PLACEHOLDER WITH TAG>
5555
openshiftPluginImageFqin: <IMAGE_PLACEHOLDER WITH TAG>
5656
57-
```
57+
```

0 commit comments

Comments
 (0)