From acb62808af88be6af40d5225392a5440c284c54e Mon Sep 17 00:00:00 2001 From: Aron Kaufmann Date: Fri, 14 Jun 2024 12:11:21 +0200 Subject: [PATCH] added extraVolumes and extraVolumeMounts to kibana and updating helm/README.me from values.yaml --- apigateway/helm/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apigateway/helm/README.md b/apigateway/helm/README.md index 32ffb55..6662b33 100644 --- a/apigateway/helm/README.md +++ b/apigateway/helm/README.md @@ -318,6 +318,8 @@ Sub-folder `examples` contains some *values* examples for more use-cases. To use | kibana.extraContainers | list | `[]` | The definition of extra containers for kibana. | | kibana.extraInitContainers | list | `[]` | The definition of extra initContainers for kibana. | | kibana.extraLabels | object | `{}` | Additional labels to be added to kibana pod labels. | +| kibana.extraVolumeMounts | list | `[]` | The definition of extra volumeMounts for kibana. | +| kibana.extraVolumes | list | `[]` | The definition of extra volumes for kibana. | | kibana.image | string | `nil` | The image that should be used. By default ECK will use the official Elasticsearch images. Overwrite this to use an image from an internal registry or any custom images. Make sure that the image corresponds to the version field. | | kibana.livenessProbe | object | `{}` | Configure Kibana's livenessProbe. | | kibana.podSecurityContext | object | `{}` | The pod securityContext for kibana pod. |