mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
Merge pull request #2 from external-secrets/fix/root-provider-spec
fix: root providers under a provider field
This commit is contained in:
commit
04394dfbe3
1 changed files with 19 additions and 16 deletions
3
Spec.md
3
Spec.md
|
@ -222,6 +222,9 @@ spec:
|
|||
# Optional
|
||||
controller: dev
|
||||
|
||||
# provider field contains the configuration to access the provider which contains the secret
|
||||
# exactly one provider must be configured.
|
||||
provider:
|
||||
# AWSSM configures this store to sync secrets using AWS Secret Manager provider
|
||||
awssm:
|
||||
# Auth defines the information necessary to authenticate against AWS by
|
||||
|
|
Loading…
Reference in a new issue