File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -393,7 +393,10 @@ This table describes the list of available parameters for Helm Chart.
393
393
| ` nameOverride ` | String to override the app name | ` "" ` |
394
394
| ` fullnameOverride ` | String to completely replace the generated name | ` "" ` |
395
395
| ` auth.adminUsername ` | Username for default MarkLogic Administrator | ` admin ` |
396
- | ` auth.adminPassword ` | Password for default MarkLogic Administrator | ` admin ` |
396
+ | ` auth.adminPassword ` | Password for default MarkLogic Administrator | ` admin `
397
+ | ` bootstrapHostName ` | Host name of MarkLogic bootstrap host | ` "" `
398
+ | ` group.name ` | group name for joining MarkLogic cluster | ` Default ` |
399
+ | ` group.enableXdqpSsl ` | SSL encryption for XDQP | ` true ` |
397
400
| ` affinity ` | Affinity property for pod assignment | ` {} ` |
398
401
| ` nodeSelector ` | nodeSelector property for pod assignment | ` {} ` |
399
402
| ` persistence.enabled ` | Enable MarkLogic data persistence using Persistence Volume Claim (PVC). If set to false, EmptyDir will be used | ` true ` |
You can’t perform that action at this time.
0 commit comments