Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(mongodb-operator): patch quirk in operator
The operator is weird and requires that every namespace that wants to deploy MongoDB resources have a service account. This is a bit of a pain, but we can copy over the service account from the operator's namespace. mongodb/mongodb-kubernetes-operator#850 We do some Nix magic here. Essentially, we look for all namespaces that have MongoDBCommunity resources and copy over the service account from the operator's namespace. We can do this by defining a submodule that Nix will merge with the existing `namespaces` submodule provided by transpire.
- Loading branch information
480123b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you a hwizard?!