Remove reference of restic_restore_action.go from the doc

fixes #4554

Signed-off-by: Daniel Jiang <jiangd@vmware.com>
pull/4567/head
Daniel Jiang 2022-01-24 15:06:19 +08:00
parent 1a8e660ea3
commit dbce8a2e90
1 changed files with 1 additions and 3 deletions

View File

@ -103,8 +103,7 @@ data:
# add your configuration data here as key-value pairs
```
Then, in your plugin's implementation, you can read this ConfigMap to fetch the necessary configuration. See the [restic restore action][3]
for an example of this -- in particular, the `getPluginConfig(...)` function.
Then, in your plugin's implementation, you can read this ConfigMap to fetch the necessary configuration.
## Feature Flags
@ -118,4 +117,3 @@ Velero adds the `LD_LIBRARY_PATH` into the list of environment variables to prov
[1]: https://github.com/vmware-tanzu/velero-plugin-example
[2]: https://github.com/vmware-tanzu/velero/blob/main/pkg/plugin/logger.go
[3]: https://github.com/vmware-tanzu/velero/blob/main/pkg/restore/restic_restore_action.go