We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8174f98 commit 10bd2fcCopy full SHA for 10bd2fc
charts/atlas-operator/Chart.yaml
@@ -20,5 +20,5 @@ maintainers:
20
dependencies:
21
- name: mongodb-atlas-operator-crds
22
version: "2.6.1"
23
- repository: "https://mongodb.github.io/helm-charts"
+ repository: "file://../../helm-charts/charts/atlas-operator-crds"
24
condition: mongodb-atlas-operator-crds.enabled
charts/atlas-operator/rbac.yaml
@@ -34,6 +34,7 @@
34
- atlasstreaminstances
35
- atlasteams
36
- atlascustomroles
37
+ - atlasnetworkpeerings
38
verbs:
39
- create
40
- delete
@@ -59,6 +60,7 @@
59
60
- atlasstreaminstances/status
61
- atlasteams/status
62
- atlascustomroles/status
63
+ - atlasnetworkpeerings/status
64
65
- get
66
- patch
0 commit comments