Skip to content

Commit c930273

Browse files
Christian-NunnallyChristian Nunnally
andauthored
Remove service-deployed mongo helm values and documentation. (#314)
* remove service-deployed mongo db documentation and helm values * apply example rewording --------- Co-authored-by: Christian Nunnally <christian.nunnally@emerson.com>
1 parent 4ed96b5 commit c930273

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

getting-started/templates/systemlink-secrets.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
global:
1111
secrets:
1212
mongodb:
13-
## <ATTENTION> - If `global.mongodb.install` is false, configure the external MongoDB connection string to be used by services in this deployment.
13+
## <ATTENTION> - Configure the external MongoDB connection string for use by services in this deployment.
1414
#
1515
# If you are setting credentials per service (e.g. assetservice.secrets.mongodb.servicePassword) leave the placeholders
1616
# <username> and <password> in the connection string. These will be replaced dynamically when deploying.
@@ -23,8 +23,6 @@ global:
2323
# - MongoDB Atlas: mongodb+srv://<username>:<password>@my-atlas-cluster.mongodb.net/<database>
2424
# - MongoDB Community: mongodb://<username>:<password>@my-mongodb-cluster-0,my-mongodb-cluster-1,my-mongodb-cluster-2/<database>?replicaSet=rs0
2525
# - MongoDB Community (single set of credentials): mongodb://myusername:myPassw0rD@my-mongodb-cluster-0,my-mongodb-cluster-1,my-mongodb-cluster-2/<database>?replicaSet=rs0
26-
#
27-
# If `global.mongodb.install` is `true` leave the connection string as a blank string or comment it out.
2826
connection_string: ""
2927

3028
## Secrets that apply to the entire application.

getting-started/templates/systemlink-values.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -86,16 +86,6 @@ global:
8686
##
8787
cdnEndpoint: "https://web-sdk.ni.com/"
8888
##
89-
## MongoDB Database Configuration.
90-
## Many Systemlink Enterprise services utilize MongoDB databases for data storage. Customers can deploy their own MongoDB instance
91-
## or utilize a managed solution such as MongoDB Atlas. Once provisioned provide the connection details in global.secrets.mongodb.connection_string.
92-
##
93-
mongodb:
94-
## Enable or disable installation of per-service MongoDB instances.
95-
# <ATTENTION> - If you do *not* have your own MongoDB instance set this (`global.mongodb.install`) to `true`.
96-
##
97-
install: false
98-
##
9989
## Specify secrets containing trusted certificates that should be installed in all the necessary applications.
10090
## The secrets must be deployed manually prior to installing this chart. Config maps may be used when it is not possible to use a secret.
10191
## Example:

0 commit comments

Comments
 (0)