Skip to content

Commit c46357d

Browse files
minor fixes for editorial and to remove extra spaces in export line
1 parent 8c6b3cb commit c46357d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jekyll/_cci2/high-availability.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ Vault is required for the `contexts-service` to securely encrypt and decrypt sha
278278
Vault should be setup as follows:
279279
280280
* Vault version `0.7` is the only version currently supported
281-
* It is highly recommend that Vault be configured with TLS enabled
281+
* It is highly recommended that Vault be configured with TLS enabled
282282
* There must be a `transit` mount available
283283
* A token must be provided with permissions to manage keys and encrypt/decrypt data for the mounted `transit` backend
284284
@@ -297,7 +297,7 @@ export CIRCLE_SECRETS_MONGODB_MAIN_URI="$MONGO_BASE_URI/circle_ghe?ssl=on"
297297
export CIRCLE_SECRETS_MONGODB_ACTION_LOGS_URI="$MONGO_BASE_URI/circle_ghe?ssl=on"
298298
export CIRCLE_SECRETS_MONGODB_BUILD_STATE_URI="$MONGO_BASE_URI/build_state_dev_ghe?ssl=on"
299299
export CIRCLE_SECRETS_MONGODB_CONTAINERS_URI="$MONGO_BASE_URI/containers_dev_ghe?ssl=on"
300-
export CIRCLE_SECRETS_MONGODB_REMOTE_CONTAINERS_URI="$MONGO_BASE_URI/ remote_containers_dev_ghe?ssl=on"
300+
export CIRCLE_SECRETS_MONGODB_REMOTE_CONTAINERS_URI="$MONGO_BASE_URI/remote_containers_dev_ghe?ssl=on"
301301

302302
# Postgres DB
303303
export POSTGRES_HOST="<hostname>"

0 commit comments

Comments
 (0)