Skip to content

Commit 516a35a

Browse files
author
Barkha Choithani
committed
added group configuration inreadme
1 parent 3c2bb6f commit 516a35a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,10 @@ This table describes the list of available parameters for Helm Chart.
393393
| `nameOverride` | String to override the app name | `""` |
394394
| `fullnameOverride` | String to completely replace the generated name | `""` |
395395
| `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` |
397400
| `affinity` | Affinity property for pod assignment | `{}` |
398401
| `nodeSelector` | nodeSelector property for pod assignment | `{}` |
399402
| `persistence.enabled` | Enable MarkLogic data persistence using Persistence Volume Claim (PVC). If set to false, EmptyDir will be used | `true` |

0 commit comments

Comments
 (0)