Skip to content

Commit

Permalink
fix grammar (external-secrets#2991)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviadkray authored and sourav977 committed Feb 6, 2024
1 parent 7d53f2d commit e2c1a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/getallsecrets.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
In some use cases, it might be impractical to bundle all sensitive information into a single secret, or even it is not possible to fully know a given secret name. In such cases, it is possible that a user might need to sync multiple secrets from an external provider into a single Kubernetes Secret. This is possible to be done in external-secrets with the `dataFrom.find` option.

!!! note
The secret's contents as defined in the provider are going to be stored in the kubernetes secret as a single key. Currently, it possible to apply a decoding Strategy during a find operation, but only at the secret level (e.g. if a secret is a JSON with some B64 encoded data within, `decodingStrategy: Auto` would not decode it)
The secret's contents as defined in the provider are going to be stored in the kubernetes secret as a single key. Currently, it's possible to apply a decoding Strategy during a find operation, but only at the secret level (e.g. if a secret is a JSON with some B64 encoded data within, `decodingStrategy: Auto` would not decode it)


### Fetching secrets matching a given name pattern
Expand Down

0 comments on commit e2c1a71

Please sign in to comment.