Skip to content

Commit

Permalink
docs: fix install documentation (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanevet authored May 10, 2024
1 parent a31b2b7 commit 4e5a531
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 4e5a531

Please sign in to comment.