From 8e0d3c99bc0e908459cfef89b9dbce423c40e502 Mon Sep 17 00:00:00 2001 From: Alvaro Aleman Date: Thu, 6 Apr 2023 19:26:36 -0400 Subject: [PATCH] Update designs/cache_options.md Co-authored-by: Umanga Chapagain --- designs/cache_options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/designs/cache_options.md b/designs/cache_options.md index 767834a591..ddb5914371 100644 --- a/designs/cache_options.md +++ b/designs/cache_options.md @@ -135,7 +135,7 @@ Options{ &corev1.ConfgMap{}: { Namespaces: map[string]*cache.CacheSetting{ "": {}, // No selector for all namespaces... - "operator" {LabelSelector: labelSelector}, // except for the operator namespace + "operator": {LabelSelector: labelSelector}, // except for the operator namespace }, }, },