From ac27267ec093f46580b431c146d48b9701d1e48e Mon Sep 17 00:00:00 2001 From: jyunmitch Date: Thu, 21 Dec 2023 09:43:21 -0600 Subject: [PATCH] ENDOC-779 minor code fix --- vuepress/docs/next/tutorials/consume/external-db-ms.md | 4 ++-- vuepress/docs/v7.3/tutorials/consume/external-db-ms.md | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/vuepress/docs/next/tutorials/consume/external-db-ms.md b/vuepress/docs/next/tutorials/consume/external-db-ms.md index 995865ac86..858c60cc6f 100644 --- a/vuepress/docs/next/tutorials/consume/external-db-ms.md +++ b/vuepress/docs/next/tutorials/consume/external-db-ms.md @@ -66,7 +66,7 @@ The following `entando.json` shows the specifications required for a sample micr ] } ] - ... + "name": "YOUR-BUNDLE-NAME", "version": "1.0.0", "description": "a description", @@ -98,7 +98,7 @@ Prior to installing a bundle, a plugin configuration Secret should be created to 3. Add the following env vars per tenant. The key for your primary tenant must be 'primary' regardless of what the actual tenant name is. Secondary tenant keys should use YOUR-TENANT-NAME, or the unique part of the domain given to the tenant. Add the key-value pairs for the Spring Datasource username, password, URL, and connection driver, in a base 64 encoded format. This is a decrypted example of a plugin configuration Secret: -``` json +``` apiVersion: v1 kind: Secret metadata: diff --git a/vuepress/docs/v7.3/tutorials/consume/external-db-ms.md b/vuepress/docs/v7.3/tutorials/consume/external-db-ms.md index 995865ac86..2a3ba6d893 100644 --- a/vuepress/docs/v7.3/tutorials/consume/external-db-ms.md +++ b/vuepress/docs/v7.3/tutorials/consume/external-db-ms.md @@ -66,7 +66,7 @@ The following `entando.json` shows the specifications required for a sample micr ] } ] - ... + "name": "YOUR-BUNDLE-NAME", "version": "1.0.0", "description": "a description", @@ -98,7 +98,8 @@ Prior to installing a bundle, a plugin configuration Secret should be created to 3. Add the following env vars per tenant. The key for your primary tenant must be 'primary' regardless of what the actual tenant name is. Secondary tenant keys should use YOUR-TENANT-NAME, or the unique part of the domain given to the tenant. Add the key-value pairs for the Spring Datasource username, password, URL, and connection driver, in a base 64 encoded format. This is a decrypted example of a plugin configuration Secret: -``` json + +``` apiVersion: v1 kind: Secret metadata: