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

9 lines
319 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.
``` yaml
{% include 'full-cluster-secret-store.yaml' %}
```