Skip to content

Commit

Permalink
Add RBAC defs for Network Peerings
Browse files Browse the repository at this point in the history
  • Loading branch information
josvazg committed Jan 21, 2025
1 parent 8174f98 commit 10bd2fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/atlas-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ maintainers:
dependencies:
- name: mongodb-atlas-operator-crds
version: "2.6.1"
repository: "https://mongodb.github.io/helm-charts"
repository: "file://../../helm-charts/charts/atlas-operator-crds"

Check failure on line 23 in charts/atlas-operator/Chart.yaml

View workflow job for this annotation

GitHub Actions / lint-chart

[colons] too many spaces after colon
condition: mongodb-atlas-operator-crds.enabled
2 changes: 2 additions & 0 deletions charts/atlas-operator/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
- atlasstreaminstances
- atlasteams
- atlascustomroles
- atlasnetworkpeerings
verbs:
- create
- delete
Expand All @@ -59,6 +60,7 @@
- atlasstreaminstances/status
- atlasteams/status
- atlascustomroles/status
- atlasnetworkpeerings/status
verbs:
- get
- patch
Expand Down

0 comments on commit 10bd2fc

Please sign in to comment.