From 62a6103dac4a86a09c3189940c388cfc57e8d930 Mon Sep 17 00:00:00 2001 From: Fabian Kramm Date: Thu, 1 Feb 2024 09:56:11 +0100 Subject: [PATCH] Update README.md --- examples/import-secrets/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/import-secrets/README.md b/examples/import-secrets/README.md index 6c10fbeb..d0ee37a2 100644 --- a/examples/import-secrets/README.md +++ b/examples/import-secrets/README.md @@ -1,6 +1,6 @@ ## Import Secret Plugin -This example plugin syncs all secrets with an annotation from the host cluster into vcluster. The secrets are synced from the namespace where vcluster is installed into the default namespace in vcluster. +This example plugin syncs all secrets with an annotation from the host cluster into vcluster. The secrets are synced from the namespace where vcluster is installed into the specified namespace in vcluster. For more information how to develop plugins in vcluster, please refer to the [official vcluster docs](https://www.vcluster.com/docs/plugins/overview).