Report
I tried adding a new user to the cluster after the deployment.
i added this section to the yaml, but nothing is changed and no logs from the operator:
- db: backend
name: backend-user
roles:
- db: backend
name: dbAdmin
- db: backend
name: readWrite
More about the problem
nothing is happening
Steps to reproduce
- deploy cluster with users initially
- verify users are there
- add another user with it's own database
Versions
- Kubernetes v1.31.12+k3s1
- Operator psmdb-operator:1.20.1
- Database psmdb-db:1.20.1
Anything else?
No response