diff --git a/getting-started/templates/systemlink-secrets.yaml b/getting-started/templates/systemlink-secrets.yaml index 484e1f30..92a75d39 100644 --- a/getting-started/templates/systemlink-secrets.yaml +++ b/getting-started/templates/systemlink-secrets.yaml @@ -626,3 +626,21 @@ specificationmanagement: ## 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: "" # + +## Secret configuration for systems state +## +systemsstate: + secrets: + ## Credentials for the MongoDB cluster. + ## + mongodb: + ## Root user password for the database cluster. + ## + rootPassword: "" # + ## 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: "" # + ## 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: "" #