Skip to content

Commit

Permalink
Update fluentd-helm.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tamir-michaeli committed Sep 26, 2023
1 parent 7ff2d69 commit 9715737
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _source/logzio_collections/_log-sources/fluentd-helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ helm install -n monitoring \
| `daemonset.terminationGracePeriodSeconds` | Termination period (in seconds) to wait before killing Fluentd pod process on pod shutdown. | `30` |
| `daemonset.extraVolumes` | If needed, more volumes can be added with this field. | `[]` |
| `daemonset.init.extraVolumeMounts` | If needed, more volume mounts to the init container can be added with this field. | `[]` |
| `daemonset.init.containerImage` | Init container image for the fluentd daemonset. | `busybox` |
| `daemonset.priorityClassName` | Set [priorityClassName](https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/) for all DaemonSet pods. | `""` |
| `windowsDaemonset.kubernetesVerifySsl` | Enables to validate SSL certificates (windows). | `true` |
| `windowsDaemonset.auditLogFormat` | Match Fluentd's format for kube-apiserver audit logs. Set to `audit-json` if your audit logs are in json format. (windows) | `audit` |
Expand Down

0 comments on commit 9715737

Please sign in to comment.