1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00
external-secrets/docs/api/clustersecretstore.md

14 lines
429 B
Markdown
Raw Normal View History

![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' %}
```