Skip to content

Commit 5206c4c

Browse files
committed
On branch edburns-msft-ibm-383-direct-reader-to-use-tag
modified: articles/aks/howto-deploy-java-liberty-app.md Signed-off-by: Ed Burns <[email protected]>
1 parent d46f787 commit 5206c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ The directories *java*, *resources*, and *webapp* contain the source code of the
136136

137137
In the *aks* directory, we placed three deployment files. *db-secret.xml* is used to create [Kubernetes Secrets](https://kubernetes.io/docs/concepts/configuration/secret/) with DB connection credentials. The file *openlibertyapplication-agic.yaml* is used to deploy the application image. In the *docker* directory, there are two files to create the application image with either Open Liberty or WebSphere Liberty.
138138

139-
In directory *liberty/config*, the *server.xml* FILE is used to configure the DB connection for the Open Liberty and WebSphere Liberty cluster.
139+
In directory *liberty/config*, the *server.xml* file is used to configure the DB connection for the Open Liberty and WebSphere Liberty cluster.
140140

141141
### Build the project
142142

0 commit comments

Comments
 (0)