Skip to Main Content

MongoByte MongoDB Logo

Welcome to the new MongoDB Feedback Portal!

{Improvement: "Your idea"}
We’ve upgraded our system to better capture and act on your feedback.
Your feedback is meaningful and helps us build better products.

Status Submitted
Categories Kubernetes
Created by Guest
Created on Dec 3, 2024

Operator opsManager.configMapRef as a secret

currently inside the mongodb Operator custom resource `MongoDB`, a configMap stores the orgId. e.g. ``` apiVersion: mongodb.com/v1 kind: MongoDB metadata: name: my-mongodb spec: ... opsManager: configMapRef: name: my-mongodb-ops-manager-diga-project-configmap credentials: my-mongodb-opsmanager ``` please allow storing the orgID inside a secret via: ``` spec: ... opsManager: secretRef: name: my-mongodb-ops-manager-diga-project-secret credentials: my-mongodb-opsmanager ````