Skip to content

Commit 8354e0c

Browse files
authored
build: Latest devbox update (#857)
**What problem does this PR solve?**: **Which issue(s) this PR fixes**: Fixes # **How Has This Been Tested?**: <!-- Please describe the tests that you ran to verify your changes. Provide output from the tests and any manual steps needed to replicate the tests. --> **Special notes for your reviewer**: <!-- Use this to provide any additional information to the reviewers. This may include: - Best way to review the PR. - Where the author wants the most review attention on. - etc. -->
1 parent 67c6244 commit 8354e0c

File tree

4 files changed

+151
-169
lines changed

4 files changed

+151
-169
lines changed

charts/cluster-api-runtime-extensions-nutanix/templates/role.yaml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,6 @@ rules:
2222
- ""
2323
resources:
2424
- namespaces
25-
verbs:
26-
- get
27-
- list
28-
- watch
29-
- apiGroups:
30-
- ""
31-
resources:
3225
- nodes
3326
verbs:
3427
- get
@@ -49,17 +42,6 @@ rules:
4942
- addons.cluster.x-k8s.io
5043
resources:
5144
- clusterresourcesets
52-
verbs:
53-
- create
54-
- delete
55-
- get
56-
- list
57-
- patch
58-
- update
59-
- watch
60-
- apiGroups:
61-
- addons.cluster.x-k8s.io
62-
resources:
6345
- helmchartproxies
6446
verbs:
6547
- create

0 commit comments

Comments
 (0)