mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
dabfa5a589
Signed-off-by: Moritz Johner <beller.moritz@googlemail.com> Co-authored-by: Gustavo Fernandes de Carvalho <gusfcarvalho@gmail.com>
13 lines
429 B
Markdown
13 lines
429 B
Markdown
![ClusterSecretStore](../pictures/diagrams-high-level-cluster-detail.png)
|
|
|
|
The `ClusterSecretStore` is a cluster scoped SecretStore that can be referenced by all
|
|
`ExternalSecrets` from all namespaces. Use it to offer a central gateway to your secret backend.
|
|
|
|
|
|
## Example
|
|
|
|
For a full list of supported fields see [spec](./spec.md) or dig into our [guides](../guides).
|
|
|
|
``` yaml
|
|
{% include 'full-cluster-secret-store.yaml' %}
|
|
```
|