helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

Helm Charts for Fluentd and Fluent Bit

Results 127 helm-charts issues
Sort by recently updated
recently updated
newest added

The fluentd chart uses the default entrypoint of the dockerfile (which is `tini -- /fluentd/entrypoint.sh`) normally. But, when plugins are defined, it replaces it with `/bin/sh -c "fluent-gem install plugin;...

Closes #371 - Adds support for Helm templating in volumes, volumeMounts, and initContainers. - Changes are backwards compatible with using literal values for these keys

Removes `defaultmode` from config map volume mounts. The default of 0644 will be used instead. For configmaps, Kubernetes automatically makes them read-only, so the effective permission is 0444 (read-only for...

## Use cases - I would like the ability to reuse values from the pod's container in initContainers without repeating them (e.g. image, pull policy, env). - I would like...

Hello, could it be possible to add a ```namespace``` variable to the templates (where applicable)? We use the ```helm template``` option to render the yaml files, and having the possibility...

In fluentd, volume mounts for configuration files (e.g. fluent.conf, configMapConfigs, fileConfigs) set the default mode to 0777. Kubernetes restricts configmaps to read-only, so it actually gets mounted at 0555. There...

The Helm chart does not support adding annotations to the configmaps created. Add the option to put annotations on the configmaps. In my use case, I'm scanning the Kubernetes manifests...

Currently only tags can be used to pull images. In my use case, I am bundling images for an air-gapped deployment into an OCI image using Porter. This requires the...

This PR adds an optional `NetworkPolicy` resource. It automatically opens the metrics & services ports + let you configure egress ports if needed.

When invoking Helm via kustomize or other tools it is possible that the API server isn't available to respond to a capabilities request. In these cases we should allow engineers...