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: filebeat/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -130,8 +130,8 @@ as a reference. They are also used in the automated testing of this chart.
130
130
|`deployment.securityContext`| Configurable [securityContext][] for filebeat Deployment pod execution environment | see [values.yaml][]|
131
131
|`deployment.tolerations`| Configurable [tolerations][] for filebeat Deployment |`[]`|
132
132
|`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 |`[]`|
135
135
|`fullnameOverride`| Overrides the full name of the resources. If not set the name will default to " `.Release.Name` - `.Values.nameOverride or .Chart.Name` " |`""`|
136
136
|`hostPathRoot`| Fully-qualified [hostPath][] that will be used to persist filebeat registry data |`/var/lib`|
137
137
|`imagePullPolicy`| The Kubernetes [imagePullPolicy][] value |`IfNotPresent`|
0 commit comments