Browse Source

Update docs/api-externalsecret.md

Co-authored-by: Gustavo Fernandes de Carvalho <gusfcarvalho@gmail.com>
Sebastián Gómez 4 years ago
parent
commit
ac53a9583d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api-externalsecret.md

+ 1 - 1
docs/api-externalsecret.md

@@ -5,7 +5,7 @@ be transformed and saved as a `Kind=Secret`:
   explicitly sync individual keys or use `spec.dataFrom` to get **all values**
   from the external API.
 * you can also use `spec.dataFrom` to sync many secrets at once, based on a
-  regular expression of their name or on tags/attributes
+  regular expression of their name or on tags/attributes. You need to check if your provider implements this behavior or not.
 * you can specify how the secret should look like by specifying a
   `spec.target.template`