From 7283cc0d9c11d8674003b184918c154f51344277 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Can=C3=A9vet?= Date: Thu, 7 Dec 2023 08:46:20 +0100 Subject: [PATCH] docs: fix install documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mickaël Canévet --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a069d97..788edd5 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ enable it for all users add the following entry in `argocd-rbac-cm`: ``` policy.csv: |- - p, role:readonly, extensions, invoke, httpbin, allow + p, role:readonly, extensions, invoke, metrics, allow ``` **Note**: make sure to assign a proper role to the extension policy if you @@ -99,7 +99,7 @@ want to restrict users. Finally Argo CD needs to be configured so it knows how to reach the metrics server. In order to do so, add the following section in the -`argocd-cd`. +`argocd-cm`. ``` extension.config: |-