From e7cc250f14863e85b4fc10b1ed2d6f1cad69d025 Mon Sep 17 00:00:00 2001 From: Jordan Pellizzari Date: Tue, 12 Dec 2023 10:01:32 -0800 Subject: [PATCH] Add namespaces to explorer configuration example --- website/docs/explorer/configuration.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/docs/explorer/configuration.mdx b/website/docs/explorer/configuration.mdx index fc860c50ad..de2b39168f 100644 --- a/website/docs/explorer/configuration.mdx +++ b/website/docs/explorer/configuration.mdx @@ -149,6 +149,9 @@ rules: - apiGroups: [ "source.toolkit.fluxcd.io" ] resources: [ "buckets", "helmcharts", "gitrepositories", "helmrepositories", "ocirepositories" ] verbs: [ "list", "watch" ] + - apiGroups: [""] + resources: ["namespaces"] + verbs: ["list", "watch"] ```