mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
7f71b4717a
Signed-off-by: Mike Tougeron <tougeron@adobe.com>
692 B
692 B
The ClusterExternalSecret
is a cluster scoped resource that can be used to manage ExternalSecret
resources in specific namespaces.
With namespaceSelectors
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.
{% include 'full-cluster-external-secret.yaml' %}
Deprecations
namespaceSelector
The field namespaceSelector
has been deprecated in favor of namespaceSelectors
and will be removed in a future
version.