Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upstream refresh vinay #301

Closed
wants to merge 22 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Adding dependencyproxies to roles
Signed-off-by: vinay-g <[email protected]>
vinay-g committed Jul 23, 2024
commit a8cedc81a97794fd1646934f1121375bf2fb70d3
2 changes: 1 addition & 1 deletion install/admiral/base/roles.yaml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ metadata:
namespace: admiral
rules:
- apiGroups: ["admiral.io"]
resources: ["dependencies"]
resources: ["dependencies","dependencyproxies"]
verbs: ["get", "list", "watch"]

---