mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
7b883778e9
* feat: add docs Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
9 lines
259 B
Markdown
9 lines
259 B
Markdown
![SecretStore](./pictures/diagrams-high-level-ns-detail.png)
|
|
|
|
|
|
The `SecretStore` is namespaced and specifies how to access the external API.
|
|
The SecretStore maps to exactly one instance of an external API.
|
|
|
|
``` yaml
|
|
{% include 'full-secret-store.yaml' %}
|
|
```
|