Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.

Commit 8fd06d9

Browse files
committed
change default value of filebeat.extraContainers
1 parent 2f4dd45 commit 8fd06d9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

filebeat/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ as a reference. They are also used in the automated testing of this chart.
130130
| `deployment.securityContext` | Configurable [securityContext][] for filebeat Deployment pod execution environment | see [values.yaml][] |
131131
| `deployment.tolerations` | Configurable [tolerations][] for filebeat Deployment | `[]` |
132132
| `replicas` | The replica count for the Filebeat deployment | `1` |
133-
| `extraContainers` | Templatable string of additional containers to be passed to the `tpl` function | `""` |
134-
| `extraInitContainers` | Templatable string of additional containers to be passed to the `tpl` function | `""` |
133+
| `extraContainers` | Templatable string of additional containers to be passed to the `tpl` function | `[]` |
134+
| `extraInitContainers` | Templatable string of additional containers to be passed to the `tpl` function | `[]` |
135135
| `fullnameOverride` | Overrides the full name of the resources. If not set the name will default to " `.Release.Name` - `.Values.nameOverride or .Chart.Name` " | `""` |
136136
| `hostPathRoot` | Fully-qualified [hostPath][] that will be used to persist filebeat registry data | `/var/lib` |
137137
| `imagePullPolicy` | The Kubernetes [imagePullPolicy][] value | `IfNotPresent` |

filebeat/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ deployment:
156156
# Replicas being used for the filebeat deployment
157157
replicas: 1
158158

159-
extraContainers: ""
159+
extraContainers: []
160160
# - name: dummy-init
161161
# image: busybox
162162
# command: ['echo', 'hey']

0 commit comments

Comments
 (0)