Skip to content

Commit

Permalink
Add values and secrets of Specification management service (#183)
Browse files Browse the repository at this point in the history
* update values and secrets for spec mgmt service

Signed-off-by: santoshsrinivasulu <[email protected]>

* include enabled value and remove api specific configs

Signed-off-by: santoshsrinivasulu <[email protected]>

---------

Signed-off-by: santoshsrinivasulu <[email protected]>
  • Loading branch information
SSSantosh18 authored Jan 26, 2024
1 parent 140fc0a commit 65e1b49
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
18 changes: 18 additions & 0 deletions getting-started/templates/systemlink-secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -605,3 +605,21 @@ workorder:
## Refer to the MongoDB documentation for key generation: https://www.mongodb.com/docs/manual/tutorial/enforce-keyfile-access-control-in-existing-replica-set/#create-a-keyfile
##
replicaSetKey: "" # <ATTENTION>

## Secret configuration for specification management
##
specificationmanagement:
secrets:
## Credentials for the MongoDB cluster.
##
mongodb:
## Root user password for the database cluster.
##
rootPassword: "" # <ATTENTION>
## Limited user password to allow the service to access the database. This password cannot contain commas or any character that must be escaped in a URL.
##
servicePassword: "" # <ATTENTION>
## Key used to authenticate pods in the database cluster.
## Refer to the MongoDB documentation for key generation: https://www.mongodb.com/docs/manual/tutorial/enforce-keyfile-access-control-in-existing-replica-set/#create-a-keyfile
##
replicaSetKey: "" # <ATTENTION>
9 changes: 9 additions & 0 deletions getting-started/templates/systemlink-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -911,3 +911,12 @@ workorder:
## <ATTENTION> - Set to true to use the work order APIs and lab management UI.
##
enabled: false

## Configuration for specification management service.
##
specificationmanagement:
## <ATTENTION> - Set true to enable the deployment of the Specification Management service and to use its UI.
## By default, this is disabled and the Specification Management service is not deployed.
##
enabled: false

0 comments on commit 65e1b49

Please sign in to comment.