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: