Skip to content

Commit 0cdaf94

Browse files
committed
fix wording
1 parent 1598442 commit 0cdaf94

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,4 +225,4 @@ Following table lists all the parameters supported by the latest MarkLogic Helm
225225
4. TLS cannot be turned on at the MarkLogic level for the Admin (port 8001) and Manage (port 8002) app servers. TLS can be configured for any/all other ports at the MarkLogic level and if the Admin and Manage ports need to be exposed outside of the Kubernetes network, TLS can be terminated at the load balancer. Alternatively, additional custom app servers can be configured to serve the Admin UI and Management REST API on custom ports with TLS configured.
226226
5. With respect to security context “allowPrivilegeEscalation” is set to TRUE by default in values.yaml file to run MarkLogic container. Work is in progress to run MarkLogic container as rootless user.
227227
6. The Readiness and Startup Probe are not compatible with HA deployment. At the moment these probes may fail in the case of Security database failover. As of the 1.0.2 helm chart release, the startup and readiness probes are disabled by default.
228-
7. Path based routing and Ingress features are only supported starting MarkLogic 11.1 and higher.
228+
7. Path based routing and Ingress features are only supported with MarkLogic 11.1 and higher.

charts/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ haproxy:
365365

366366
#######################################################################
367367
# IMPORTANT NOTE: #
368-
# This feature is only supported starting MarkLogic 11.1 and higher. #
368+
# This feature is only supported with MarkLogic 11.1 and higher. #
369369
# See Limitations and known Issues in the README file. #
370370
#######################################################################
371371

@@ -452,7 +452,7 @@ haproxy:
452452

453453
#######################################################################
454454
# IMPORTANT NOTE: #
455-
# Ingress is only supported starting MarkLogic 11.1 and higher. #
455+
# Ingress is only supported with MarkLogic 11.1 and higher. #
456456
# See Limitations and known Issues in the README file. #
457457
#######################################################################
458458

0 commit comments

Comments
 (0)