mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
324c7def06
Co-authored-by: Gustavo Fernandes de Carvalho <gusfcarvalho@gmail.com>
431 B
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' %}