Skip to content

Commit 176e09d

Browse files
committed
On branch removepullsecret Further simplify wording.
modified: articles/aks/howto-deploy-java-liberty-app-with-postgresql.md Signed-off-by: Ed Burns <[email protected]>
1 parent f8317d9 commit 176e09d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/howto-deploy-java-liberty-app-with-postgresql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ In directory *liberty/config*, the *server.xml* is used to configure the DB conn
151151

152152
### Acquire necessary variables from AKS deployment
153153

154-
After the offer is successfully deployed, an AKS cluster with a namespace will be generated automatically. The AKS cluster is configured to connect to the ACR using a pre-created secret under the generated namespace. Before we get started with the application, we need to extract the namespace configured for the AKS.
154+
After the offer is successfully deployed, an AKS cluster will be generated automatically. The AKS cluster is configured to connect to the ACR. Before we get started with the application, we need to extract the namespace configured for the AKS.
155155

156156
1. Run following command to print the current deployment file, using the `appDeploymentTemplateYamlEncoded` you saved above. The output contains all the variables we need.
157157

@@ -299,4 +299,4 @@ az group delete --name <RESOURCE_GROUP_NAME> --yes --no-wait
299299
* [Azure Database for PostgreSQL](https://azure.microsoft.com/services/postgresql/)
300300
* [Open Liberty](https://openliberty.io/)
301301
* [Open Liberty Operator](https://github.com/OpenLiberty/open-liberty-operator)
302-
* [Open Liberty Server Configuration](https://openliberty.io/docs/ref/config/)
302+
* [Open Liberty Server Configuration](https://openliberty.io/docs/ref/config/)

0 commit comments

Comments
 (0)