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/clusterexternalsecret.md
Moritz Johner dabfa5a589
Feature: initial generator implementation + Github Actions OIDC/AWS (#1539)
Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
Co-authored-by: Gustavo Fernandes de Carvalho <gusfcarvalho@gmail.com>
2022-10-29 20:15:50 +02:00

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