mongodb/mongodb-kubernetes

OperatorScretMetadataPath() should be OperatorSecretMetadataPath()

Closed this issue · 1 comments

What did you do to encounter the bug?

Typo in function name.

Browsing code, I see OperatorScretMetadataPath() in:

  1. vault.go Line 296
  2. vaultsecretwatch.go Line 33
  3. mongodbreplicaset_controller.go Line 296
  4. mongodbshardedcluster_controller.go Line 970
  5. mongodbstandalone_controller.go Line 291

What did you expect?
Should be OperatorSecretMetadataPath().

What happened instead?
OperatorScretMetadataPath().

Hi @igeo-88, thanks for raising this typo.
We have created a ticket internally, but since this is a minor issue, we will not prioritize it right now.

I really appreciate you taking time to report the issue, please keep doing it - it is how we can improve our operator.
I will close this issue.