You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -234,8 +234,9 @@ Following table lists all the parameters supported by the latest MarkLogic Helm
234
234
235
235
## Known Issues and Limitations
236
236
237
-
1. If the hostname is greater than 64 characters there will be issues with certificates. It is highly recommended to use hostname shorter than 64 characters or use SANs for hostnames in the certificates. If you still choose to use hostname greater than 64 characters, set "allowLongHostnames" to True.
237
+
1. If the hostname is greater than 64 characters there will be issues with certificates. It is highly recommended to use hostname shorter than 64 characters or use SANs for hostnames in the certificates. If you still choose to use hostname greater than 64 characters, set "allowLongHostnames" to true.
238
238
2. The latest released version of fluent/fluent-bit:3.1.1 has known high and critical security vulnerabilities. If you decide to enable the log collection feature, choose and deploy the fluent-bit or an alternate image with no vulnerabilities as per your requirements.
239
-
3. The security context “allowPrivilegeEscalation” is set to False by default in values.yaml file and should not be changed to run the MarkLogic container with default rootless image. If you choose to use image with root privileges, set "allowPrivilegeEscalation" to True.
239
+
3. The security context “allowPrivilegeEscalation” is set to false by default in the
240
+
values.yaml file. This should not be changed when running the MarkLogic container with default rootless image. If you choose to use an image with root privileges, set "allowPrivilegeEscalation" to true.
240
241
4. Known Issues and Limitations for the MarkLogic Server Docker image can be viewed using the link: https://github.com/marklogic/marklogic-docker?tab=readme-ov-file#Known-Issues-and-Limitations.
241
-
5. Pathbased routing and Ingress features are only supported with MarkLogic 11.1 and higher.
242
+
5. Path-based routing and Ingress features are only supported with MarkLogic 11.1 and higher.
0 commit comments