|
|
@@ -9,8 +9,17 @@ spec:
|
|
|
|
|
|
# This is a basic label selector to select the namespaces to deploy ExternalSecrets to.
|
|
|
# you can read more about them here https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#resources-that-support-set-based-requirements
|
|
|
- namespaceSelector:
|
|
|
- matchLabels:
|
|
|
+ # Deprecated: Use namespaceSelectors instead.
|
|
|
+ # namespaceSelector:
|
|
|
+ # matchLabels:
|
|
|
+ # cool: label
|
|
|
+
|
|
|
+ # This is a list of basic label selector to select the namespaces to deploy ExternalSecrets to.
|
|
|
+ # you can read more about them here https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#resources-that-support-set-based-requirements
|
|
|
+ # The list is OR'd together, so if any of the namespaceSelectors match the namespace,
|
|
|
+ # the ExternalSecret will be deployed to that namespace.
|
|
|
+ namespaceSelectors:
|
|
|
+ - matchLabels:
|
|
|
cool: label
|
|
|
|
|
|
# How often the ClusterExternalSecret should reconcile itself
|