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>
14 lines
526 B
Markdown
14 lines
526 B
Markdown
![ClusterExternalSecret](../pictures/diagrams-cluster-external-secrets.png)
|
|
|
|
The `ClusterExternalSecret` is a cluster scoped resource that can be used to manage `ExternalSecret` resources in specific namespaces.
|
|
|
|
With `namespaceSelector` you can select namespaces in which the ExternalSecret should be created.
|
|
If there is a conflict with an existing resource the controller will error out.
|
|
|
|
## Example
|
|
|
|
Below is an example of the `ClusterExternalSecret` in use.
|
|
|
|
```yaml
|
|
{% include 'full-cluster-external-secret.yaml' %}
|
|
```
|