Skip to content

Commit

Permalink
Add constant for mongodb configuration.js (#830)
Browse files Browse the repository at this point in the history
Add constant for mongodb `configuration.js` (#830)
  • Loading branch information
Mohammad Fahim Abrar committed Dec 6, 2021
1 parent fe94664 commit 24b0613
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apis/kubedb/v1alpha2/constants.go
Expand Up @@ -124,6 +124,7 @@ const (
MongoDBRootUsername = "root"
MongoDBCustomConfigFile = "mongod.conf"
MongoDBReplicaSetConfig = "replicaset.json"
MongoDBConfigurationJSFile = "configuration.js"
NodeTypeMongos = "mongos"
NodeTypeShard = "shard"
NodeTypeConfig = "configsvr"
Expand Down

0 comments on commit 24b0613

Please sign in to comment.