From 10bd2fc79149b8b5a182e48ab00dba40d00022d2 Mon Sep 17 00:00:00 2001 From: "jose.vazquez" Date: Tue, 21 Jan 2025 14:19:47 +0100 Subject: [PATCH] Add RBAC defs for Network Peerings --- charts/atlas-operator/Chart.yaml | 2 +- charts/atlas-operator/rbac.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/charts/atlas-operator/Chart.yaml b/charts/atlas-operator/Chart.yaml index 4d33326..d026dc7 100644 --- a/charts/atlas-operator/Chart.yaml +++ b/charts/atlas-operator/Chart.yaml @@ -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" condition: mongodb-atlas-operator-crds.enabled diff --git a/charts/atlas-operator/rbac.yaml b/charts/atlas-operator/rbac.yaml index d46d24f..94468fd 100644 --- a/charts/atlas-operator/rbac.yaml +++ b/charts/atlas-operator/rbac.yaml @@ -34,6 +34,7 @@ - atlasstreaminstances - atlasteams - atlascustomroles + - atlasnetworkpeerings verbs: - create - delete @@ -59,6 +60,7 @@ - atlasstreaminstances/status - atlasteams/status - atlascustomroles/status + - atlasnetworkpeerings/status verbs: - get - patch