Skip to content

Commit

Permalink
ENDOC-779 minor code fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jyunmitch committed Dec 21, 2023
1 parent 1c6570b commit ac27267
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions vuepress/docs/next/tutorials/consume/external-db-ms.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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:
Expand Down
5 changes: 3 additions & 2 deletions vuepress/docs/v7.3/tutorials/consume/external-db-ms.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit ac27267

Please sign in to comment.