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
CLD-620: Add warning if FQDN is over 64 charictars.
Add known issues and limitations section to README
Document this limitiation in the known limitations section of the README
Move FQDN declaration to _helpers.tpl so it is globally useable
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,8 @@
35
35
-[Notice](#notice)
36
36
-[Uninstalling the Chart](#uninstalling-thechart)
37
37
-[Parameters](#parameters)
38
+
-[Known Issues and Limitations](#Known-Issues-and-Limitations)
39
+
38
40
39
41
# Introduction
40
42
@@ -475,3 +477,7 @@ This table describes the list of available parameters for Helm Chart.
475
477
|`logCollection.files.requestLogs`| Enable this parameter to enable collection of Marklogics request logs when log collection is enabled |`true`|
476
478
|`logCollection.files.crashLogs`| Enable this parameter to enable collection of Marklogics crash logs when log collection is enabled |`true`|
477
479
|`logCollection.files.auditLogs`| Enable this parameter to enable collection of Marklogics audit logs when log collection is enabled |`true`|
480
+
481
+
# Known Issues and Limitations
482
+
483
+
1. If the hostname is greater than 64 characters there may be issues with certificates. The certificates may shorten the name or use SANs for hostnames in the certificates.
0 commit comments