This repository was archived by the owner on Dec 12, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ kind: CustomResourceDefinition
55metadata :
66 annotations :
77 controller-gen.kubebuilder.io/version : v0.4.1
8+ service.binding/type : ' mongodb'
9+ service.binding/provider : ' community'
10+ service.binding : ' path={.metadata.name}-{.spec.users[0].db}-{.spec.users[0].name},objectType=Secret'
11+ service.binding/connectionString : ' path={.metadata.name}-{.spec.users[0].db}-{.spec.users[0].name},objectType=Secret,sourceKey=connectionString.standardSrv'
12+ service.binding/username : ' path={.metadata.name}-{.spec.users[0].db}-{.spec.users[0].name},objectType=Secret,sourceKey=username'
13+ service.binding/password : ' path={.metadata.name}-{.spec.users[0].db}-{.spec.users[0].name},objectType=Secret,sourceKey=password'
814 creationTimestamp : null
915 name : mongodbcommunity.mongodbcommunity.mongodb.com
1016spec :
Original file line number Diff line number Diff line change 1+ apiVersion : rbac.authorization.k8s.io/v1
2+ kind : ClusterRole
3+ metadata :
4+ name : read-access-for-service-binding
5+ labels :
6+ servicebinding.io/controller : " true"
7+ rules :
8+ - apiGroups : ["mongodbcommunity.mongodb.com"]
9+ resources : ["mongodbcommunity", "mongodbcommunity/status"]
10+ verbs : ["get", "list", "watch"]
You can’t perform that action at this time.
0 commit comments