File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ Here the values you can override:
6666| clientPort | int | ` 2379 ` | The client request port. |
6767| clusterDomain | string | ` "cluster.local" ` | Domain of the Kubernetes cluster. |
6868| datastore.annotations | object | ` {} ` | Assign additional Annotations to the datastore |
69- | datastore.enabled | bool | ` false ` | Create a datastore custom resource for Kamaji |
69+ | datastore.enabled | bool | ` true ` | Create a datastore custom resource for Kamaji |
7070| datastore.headless | bool | ` true ` | Expose the headless service endpoints in the datastore. Set to false to expose with regular service. |
7171| datastore.name | string | ` "" ` | Name of Kamaji datastore, set to fully qualified etcd name when null or not provided |
7272| extraArgs | list | ` [] ` | A list of extra arguments to add to the etcd default ones |
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ topologySpreadConstraints: []
125125
126126datastore :
127127 # -- Create a datastore custom resource for Kamaji
128- enabled : false
128+ enabled : true
129129 # -- Name of Kamaji datastore, set to fully qualified etcd name when null or not provided
130130 name : " "
131131 # -- Expose the headless service endpoints in the datastore. Set to false to expose with regular service.
You can’t perform that action at this time.
0 commit comments