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
[Kamaji](https://github.com/clastix/kamaji) requires a [multi-tenant `etcd`](https://github.com/clastix/kamaji-internal/blob/master/deploy/getting-started-with-kamaji.md#setup-internal-multi-tenant-etcd) cluster.
28
28
This Helm Chart starting from v0.1.1 provides the installation of an internal `etcd` in order to streamline the local test. If you'd like to use an externally managed etcd instance, you can specify the overrides and by setting the value `etcd.deploy=false`.
@@ -70,7 +70,7 @@ Here the values you can override:
70
70
| Key | Type | Default | Description |
71
71
|-----|------|---------|-------------|
72
72
| affinity | object |`{}`| Kubernetes affinity rules to apply to Kamaji controller pods |
73
-
| defaultDatastoreName | string |`"default"`|If specified, all the Kamaji instances with an unassigned DataStore will inherit this default value. |
73
+
| defaultDatastoreName | string |`"default"`|Specify the default DataStore name for the Kamaji instance. |
74
74
| extraArgs | list |`[]`| A list of extra arguments to add to the kamaji controller default ones |
75
75
| fullnameOverride | string |`""`||
76
76
| healthProbeBindAddress | string |`":8081"`| The address the probe endpoint binds to. (default ":8081") |
Copy file name to clipboardExpand all lines: packages/system/kamaji/charts/kamaji/values.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ loggingDevel:
95
95
# -- Development Mode defaults(encoder=consoleEncoder,logLevel=Debug,stackTraceLevel=Warn). Production Mode defaults(encoder=jsonEncoder,logLevel=Info,stackTraceLevel=Error) (default false)
96
96
enable: false
97
97
98
-
# -- If specified, all the Kamaji instances with an unassigned DataStore will inherit this default value.
98
+
# -- Specify the default DataStore name for the Kamaji instance.
0 commit comments