Просмотр исходного кода

Update docs/api-externalsecret.md

Co-authored-by: Gustavo Fernandes de Carvalho <gusfcarvalho@gmail.com>
Sebastián Gómez 4 лет назад
Родитель
Сommit
ac53a9583d
1 измененных файлов с 1 добавлено и 1 удалено
  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**
   explicitly sync individual keys or use `spec.dataFrom` to get **all values**
   from the external API.
   from the external API.
 * you can also use `spec.dataFrom` to sync many secrets at once, based on a
 * 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
 * you can specify how the secret should look like by specifying a
   `spec.target.template`
   `spec.target.template`