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
Daniel Hix 324c7def06
feat: implement ClusterExternalSecret (#542)
Co-authored-by: Gustavo Fernandes de Carvalho <gusfcarvalho@gmail.com>
2022-03-20 09:32:27 +01:00

431 B

The ClusterExternalSecret is a cluster scoped resource that can be used to push an ExternalSecret to specific namespaces.

Using the namespaceSelector you can select namespaces, and any matching namespaces will have the ExternalSecret specified in the externalSecretSpec created in it.

Example

Below is an example of the ClusterExternalSecret in use.

{% include 'full-cluster-external-secret.yaml' %}