-
-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add enabled condition for yorkie-mongodb subchart (#1048)
Add capability to conditionally install MongoDB subchart in yorkie-cluster by adding enabled flag. This allows users to skip MongoDB installation when using external database. --------- Co-authored-by: raararaara <[email protected]>
- Loading branch information
1 parent
b9873ee
commit ee6fcf5
Showing
3 changed files
with
4 additions
and
2 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -86,3 +86,4 @@ yorkie-mongodb: | |
storageClass: standard | ||
sharded: | ||
enabled: true | ||
enabled: true |