Skip to content

Commit 2a31d41

Browse files
authored
feat: change default datastore creation (#108)
1 parent a7d80a4 commit 2a31d41

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

charts/kamaji-etcd/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 |

charts/kamaji-etcd/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ topologySpreadConstraints: []
125125

126126
datastore:
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.

0 commit comments

Comments
 (0)