diff --git a/docs/snippets/full-cluster-secret-store.yaml b/docs/snippets/full-cluster-secret-store.yaml index bcf82ae4f..6e46a3e44 100644 --- a/docs/snippets/full-cluster-secret-store.yaml +++ b/docs/snippets/full-cluster-secret-store.yaml @@ -151,8 +151,8 @@ spec: - "namespace-a" - "namespace-b" - # Namespace regex is helpful for namespace naming convention or when an external tool auto generate namespaces with prefix - - namespacesRegex: + # Namespace regexes are useful for policy management or when external tools auto-generate namespaces with prefixes/suffixes + - namespaceRegexes: - "namespace-a-.*" # All namespaces prefixed by namespace-a- will work - "namespace-b-.*" # All namespaces prefixed by namespace-b- will work