mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-06 21:36:30 +00:00
Remove reference of restic_restore_action.go from the doc
fixes #4554 Signed-off-by: Daniel Jiang <jiangd@vmware.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user