1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-15 17:51:01 +00:00

Update docs/snippets/full-external-secret.yaml

Co-authored-by: Gustavo Fernandes de Carvalho <gusfcarvalho@gmail.com>
This commit is contained in:
Sebastián Gómez 2022-01-26 14:36:33 -05:00 committed by GitHub
parent ac53a9583d
commit c7170125be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,20 +73,14 @@ spec:
# Used to fetch the desired property from the Provider key
# If multiple dataFrom are specified, secrets are merged in the specified order
dataFrom:
- extract:
- extract: # Supported methods are `extract` and `find`. If both are defined, `extract` is ignored.
key: provider-key
version: provider-key-version
property: provider-key-property
# Used to fetch many secrets based on a regular expression of their name
dataFrom:
- find:
- find: # Used to fetch many secrets based on a regular expression of their name
name:
regexp: "regexp-name"
# Used to fetch many secrets based on the tags (or attributes) in the Provider
dataFrom:
- find:
- find: # Used to fetch many secrets based on the tags (or attributes) in the Provider
tags:
tag-key: tag-value