From dbce8a2e90c04178ad9de8cfb6d9314b53d7abf3 Mon Sep 17 00:00:00 2001 From: Daniel Jiang Date: Mon, 24 Jan 2022 15:06:19 +0800 Subject: [PATCH] Remove reference of restic_restore_action.go from the doc fixes #4554 Signed-off-by: Daniel Jiang --- site/content/docs/main/custom-plugins.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/site/content/docs/main/custom-plugins.md b/site/content/docs/main/custom-plugins.md index 3e2d72832..34497c3b8 100644 --- a/site/content/docs/main/custom-plugins.md +++ b/site/content/docs/main/custom-plugins.md @@ -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