Skip to content

Commit

Permalink
docs: fix install documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Mickaël Canévet <[email protected]>
  • Loading branch information
mcanevet committed Dec 7, 2023
1 parent b790973 commit 7283cc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,15 @@ 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
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: |-
Expand Down

0 comments on commit 7283cc0

Please sign in to comment.