Skip to content

Commit 10bd2fc

Browse files
committed
Add RBAC defs for Network Peerings
1 parent 8174f98 commit 10bd2fc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

charts/atlas-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ maintainers:
2020
dependencies:
2121
- name: mongodb-atlas-operator-crds
2222
version: "2.6.1"
23-
repository: "https://mongodb.github.io/helm-charts"
23+
repository: "file://../../helm-charts/charts/atlas-operator-crds"
2424
condition: mongodb-atlas-operator-crds.enabled

charts/atlas-operator/rbac.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
- atlasstreaminstances
3535
- atlasteams
3636
- atlascustomroles
37+
- atlasnetworkpeerings
3738
verbs:
3839
- create
3940
- delete
@@ -59,6 +60,7 @@
5960
- atlasstreaminstances/status
6061
- atlasteams/status
6162
- atlascustomroles/status
63+
- atlasnetworkpeerings/status
6264
verbs:
6365
- get
6466
- patch

0 commit comments

Comments
 (0)