-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
1 changed file
with
51 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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?!