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
{{ message }}
This repository was archived by the owner on May 16, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: kibana/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,11 +83,11 @@ as a reference. They are also used in the automated testing of this chart.
83
83
|`automountToken`| Whether or not to automount the service account token in the Pod |`true`|
84
84
|`elasticsearchHosts`| The URLs used to connect to Elasticsearch |`http://elasticsearch-master:9200`|
85
85
|`envFrom`| Templatable string to be passed to the [environment from variables][] which will be appended to the `envFrom:` definition for the container |`[]`|
86
-
|`extraContainers`| Templatable string of additional containers to be passed to the `tpl` function |`""`|
86
+
|`extraContainers`| Templatable string of additional containers to be passed to the `tpl` function |`[]`|
87
87
|`extraEnvs`| Extra [environment variables][] which will be appended to the `env:` definition for the container | see [values.yaml][]|
88
-
|`extraInitContainers`| Templatable string of additional containers to be passed to the `tpl` function |`""`|
89
-
|`extraVolumeMounts`| Configuration for additional `volumeMounts`| see [values.yaml][]|
90
-
|`extraVolumes`| Configuration for additional `volumes`| see [values.yaml][]|
88
+
|`extraInitContainers`| Templatable string of additional containers to be passed to the `tpl` function |`[]`|
89
+
|`extraVolumeMounts`| Configuration for additional `volumeMounts`|`[]`|
90
+
|`extraVolumes`| Configuration for additional `volumes`|`[]`|
91
91
|`fullnameOverride`| Overrides the full name of the resources. If not set the name will default to " `.Release.Name` - `.Values.nameOverride orChart.Name` " |`""`|
92
92
|`healthCheckPath`| The path used for the readinessProbe to check that Kibana is ready. If you are setting `server.basePath` you will also need to update this to `/${basePath}/app/kibana`|`/app/kibana`|
0 commit comments