Skip to content

Commit

Permalink
Fix dashboard app graph not showing bug (#7478)
Browse files Browse the repository at this point in the history
# Description

* Fixing dashboard app graph bug

Note that this matches the deploy.yaml spec in the dashboard:
https://github.com/radius-project/dashboard/blob/main/deploy/dashboard.yaml

## Type of change

<!--

Please select **one** of the following options that describes your
change and delete the others. Clearly identifying the type of change you
are making will help us review your PR faster, and is used in authoring
release notes.

If you are making a bug fix or functionality change to Radius and do not
have an associated issue link please create one now.

-->

- This pull request fixes a bug in Radius and has an approved issue
(issue link required).

<!--

Please update the following to link the associated issue. This is
required for some kinds of changes (see above).

-->

Fixes: radius-project/dashboard#68

---------

Signed-off-by: willdavsmith <[email protected]>
  • Loading branch information
willdavsmith authored Apr 9, 2024
1 parent 74a3f25 commit d4fc130
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy/Chart/templates/dashboard/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ metadata:
rules:
- apiGroups: ['api.ucp.dev']
resources: ['*']
verbs: ['get', 'list']
# dashboard needs get, list, and post privileges for api.ucp.dev
verbs: ['*']
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand Down

0 comments on commit d4fc130

Please sign in to comment.