From 0a82340ee79c91f6c4a90d00fdbb1d620d267cbd Mon Sep 17 00:00:00 2001 From: pravallikavadd <99308167+pravallikavadd@users.noreply.github.com> Date: Mon, 16 Jan 2023 21:50:35 +0530 Subject: [PATCH] Update README.md fixed the doc mistakes --- jaspersoft-containers/K8s/jrs/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jaspersoft-containers/K8s/jrs/README.md b/jaspersoft-containers/K8s/jrs/README.md index f2e3d0b..cf3cfca 100644 --- a/jaspersoft-containers/K8s/jrs/README.md +++ b/jaspersoft-containers/K8s/jrs/README.md @@ -208,9 +208,9 @@ These details are stored in Kubernetes secrets and used as environment variables AUDIT_DB_USER_NAME: audit-db-user-name AUDIT_DB_PASSWORD: audit-password -3. Build the docker images for TIBCO JasperReports® Server, and Scalable Query Engine (see the [Docker JasperReports Server readme](../../Docker/jrs#readme) and [Docker Scalable Query Engine readme](../../Docker/scalableAdhocWorker#readme) ). -4. Generate the keystore and copy it to the `k8s/jrs/helm/secrets/keystore` folder, see here for [Keystore Generation ](../../Docker/jrs#keystore-generation). -5. Copy the TIBCO JasperReports® Server license to the `k8s/jrs/helm/secrets/license` folder. +4. Build the docker images for TIBCO JasperReports® Server, and Scalable Query Engine (see the [Docker JasperReports Server readme](../../Docker/jrs#readme) and [Docker Scalable Query Engine readme](../../Docker/scalableQueryEngine#readme) ). +5. Generate the keystore and copy it to the `k8s/jrs/helm/secrets/keystore` folder, see here for [Keystore Generation ](../../Docker/jrs#keystore-generation). +6. Copy the TIBCO JasperReports® Server license to the `k8s/jrs/helm/secrets/license` folder. ## JMS Configuration By default, TIBCO JasperReports® Server will install using activemq docker image. You can disable it by changing the parameter `jms.enabled=false`.